|
34 | 34 |
|
35 | 35 | # Interface
|
36 | 36 | "ui.background"= { bg = "background" }
|
37 |
| -"ui.cursor" = { bg = "yellow", fg = "dark_gray" } |
| 37 | +"ui.cursor" = { bg = "yellow", fg = "light_gray" } |
38 | 38 | "ui.cursor.match" = { fg = "orange" }
|
39 |
| -"ui.linenr" = { fg = "dark_gray" } |
| 39 | +"ui.linenr" = { fg = "light_gray" } |
40 | 40 | "ui.linenr.selected" = { fg = "orange" }
|
41 | 41 | "ui.cursorline" = { bg = "black" }
|
42 |
| -"ui.statusline" = { fg = "foreground", bg = "black" } |
43 | 42 | "ui.popup" = { bg = "black" }
|
44 |
| -"ui.window" = { fg = "dark_gray" } |
| 43 | +"ui.window" = { fg = "light_gray" } |
45 | 44 | "ui.help" = { fg = "foreground", bg = "black" }
|
46 | 45 | "ui.text" = { fg = "foreground" }
|
47 |
| -"ui.text.focus" = { bg = "dark_gray", fg = "foreground" } |
| 46 | +"ui.text.focus" = { bg = "light_gray", fg = "foreground" } |
48 | 47 | "ui.text.info" = { fg = "foreground" }
|
49 |
| -"ui.virtual.whitespace" = { fg = "dark_gray" } |
| 48 | +"ui.virtual.whitespace" = { fg = "light_gray" } |
50 | 49 | "ui.virtual.ruler" = { bg = "black" }
|
51 | 50 | "ui.menu" = { fg = "foreground", bg = "black" }
|
52 | 51 | "ui.menu.selected" = { bg = "orange", fg = "background" }
|
53 |
| -"ui.selection" = { bg = "dark_gray" } |
| 52 | +"ui.selection" = { bg = "light_gray" } |
54 | 53 | "warning" = { fg = "yellow" }
|
55 | 54 | "error" = { fg = "red", modifiers = ["bold"] }
|
56 | 55 | "info" = { fg = "blue", modifiers = ["bold"] }
|
|
59 | 58 | "diagnostic.info"= { fg = "blue", modifiers = ["underlined"] }
|
60 | 59 | "diagnostic.warning"= { fg = "yellow", modifiers = ["underlined"] }
|
61 | 60 | "diagnostic.error"= { fg = "red", modifiers = ["underlined"] }
|
62 |
| -"ui.bufferline" = { fg = "gray", bg = "dark_gray" } |
63 |
| -"ui.bufferline.active" = { fg = "dark", bg = "background" } |
| 61 | +"ui.bufferline" = { fg = "ui_foreground", bg = "ui_background" } |
| 62 | +"ui.bufferline.active" = { fg = "ui_background", bg = "ui_foreground" } |
| 63 | +"ui.statusline" = { fg = "ui_foreground", bg = "ui_background" } |
| 64 | +"ui.statusline.inactive" = { fg = "ui_foreground", bg = "ui_background" } |
| 65 | +"ui.statusline.normal" = { fg = "white", bg = "light_blue" } |
| 66 | +"ui.statusline.insert" = { fg = "white", bg = "orange" } |
| 67 | +"ui.statusline.select" = { fg = "white", bg = "magenta" } |
64 | 68 |
|
65 | 69 | "special" = { fg = "orange" }
|
66 | 70 |
|
67 | 71 | [palette]
|
68 | 72 | background = "#fcfcfc"
|
69 | 73 | foreground = "#5c6166"
|
70 | 74 |
|
| 75 | +ui_foreground = "#8a9199" |
| 76 | +ui_background = "#f8f9fa" |
| 77 | + |
71 | 78 | black = "#e7eaed"
|
| 79 | +white = "#fcfcfc" |
72 | 80 | blue = "#399ee6"
|
| 81 | +light_blue = "#55b4d4" |
73 | 82 | cyan = "#478acc"
|
74 |
| -dark_gray = "#e7eaed" |
| 83 | +light_gray = "#e7eaed" |
75 | 84 | gray = "#787b8099"
|
76 | 85 | green = "#86b300"
|
77 | 86 | magenta = "#a37acc"
|
78 | 87 | orange = "#fa8d3e"
|
79 | 88 | red = "#f07171"
|
80 | 89 | yellow = "#ffaa33"
|
81 |
| -dark = "#131721" |
|
0 commit comments