|
|
@ -23,6 +23,7 @@
|
|
|
|
"ui.cursor" = { fg = "background", bg = "orange", modifiers = ["dim"] }
|
|
|
|
"ui.cursor" = { fg = "background", bg = "orange", modifiers = ["dim"] }
|
|
|
|
"ui.cursor.match" = { fg = "green", modifiers = ["underlined"] }
|
|
|
|
"ui.cursor.match" = { fg = "green", modifiers = ["underlined"] }
|
|
|
|
"ui.cursor.primary" = { fg = "background", bg = "cyan", modifier = ["dim"] }
|
|
|
|
"ui.cursor.primary" = { fg = "background", bg = "cyan", modifier = ["dim"] }
|
|
|
|
|
|
|
|
"ui.cursorline.primary" = { bg = "background_dark" }
|
|
|
|
"ui.help" = { fg = "foreground", bg = "background_dark" }
|
|
|
|
"ui.help" = { fg = "foreground", bg = "background_dark" }
|
|
|
|
"ui.linenr" = { fg = "comment" }
|
|
|
|
"ui.linenr" = { fg = "comment" }
|
|
|
|
"ui.linenr.selected" = { fg = "foreground" }
|
|
|
|
"ui.linenr.selected" = { fg = "foreground" }
|
|
|
|