|
|
|
@ -8,9 +8,14 @@
|
|
|
|
|
"ui.text" = "white"
|
|
|
|
|
"ui.text.focus" = { modifiers = ["reversed"] } # file picker selected
|
|
|
|
|
|
|
|
|
|
"ui.virtual" = "gray"
|
|
|
|
|
"ui.virtual.whitespace" = "gray"
|
|
|
|
|
"ui.virtual.ruler" = { fg = "white", bg = "gray" }
|
|
|
|
|
"ui.virtual.indent-guide" = "white"
|
|
|
|
|
"ui.virtual.inlay-hint" = { fg = "black", bg = "orange" }
|
|
|
|
|
"ui.virtual.inlay-hint.parameter" = { fg = "black", bg = "orange" }
|
|
|
|
|
"ui.virtual.inlay-hint.type" = { fg = "black", bg = "orange" }
|
|
|
|
|
"ui.virtual.wrap" = "gray"
|
|
|
|
|
|
|
|
|
|
"ui.statusline" = { fg = "white", bg = "deep_blue" }
|
|
|
|
|
"ui.statusline.inactive" = { fg = "gray", bg = "deep_blue" }
|
|
|
|
@ -22,7 +27,7 @@
|
|
|
|
|
"ui.cursor" = { fg = "black", bg = "white" }
|
|
|
|
|
"ui.cursor.insert" = { fg = "black", bg = "white" }
|
|
|
|
|
"ui.cursor.select" = { fg = "black", bg = "white" }
|
|
|
|
|
"ui.cursor.match" = { bg = "white", modifiers = ["dim"] }
|
|
|
|
|
"ui.cursor.match" = { modifiers = ["reversed"] }
|
|
|
|
|
"ui.cursor.primary" = { fg = "black", bg = "white", modifiers = ["slow_blink"] }
|
|
|
|
|
"ui.cursor.secondary" = "white"
|
|
|
|
|
"ui.cursorline.primary" = { bg = "deep_blue", underline = { color = "orange", style = "double_line" } }
|
|
|
|
|