[Theme - noctis] Change color for whitespace rendering and indent guides

This commit is contained in:
0rphee 2023-04-29 14:29:04 -06:00 committed by Blaž Hrastnik
parent 96720e7b84
commit f2ccc03332

View File

@ -45,8 +45,8 @@
'ui.virtual' = { fg = "mid-green" } # Namespace for additions to the editing area. 'ui.virtual' = { fg = "mid-green" } # Namespace for additions to the editing area.
'ui.virtual.ruler' = { bg = "mid-green" } # Vertical rulers (colored columns in editing area). 'ui.virtual.ruler' = { bg = "mid-green" } # Vertical rulers (colored columns in editing area).
'ui.virtual.whitespace' = { fg = "gray"} # Whitespace markers in editing area. 'ui.virtual.whitespace' = { fg = "light-gray"} # Whitespace markers in editing area.
'ui.virtual.indent-guide' = { fg = "gray" } # Indentation guides. 'ui.virtual.indent-guide' = { fg = "light-gray" } # Indentation guides.
'ui.statusline' = { fg = "light-green", bg = "autocomp-green"} # Status line. 'ui.statusline' = { fg = "light-green", bg = "autocomp-green"} # Status line.
'ui.statusline.inactive' = { fg = "white", bg = "mid-green"} # Status line in unfocused windows. 'ui.statusline.inactive' = { fg = "white", bg = "mid-green"} # Status line in unfocused windows.
@ -198,6 +198,7 @@ purple = "#918cff"
white = "#b1cace" white = "#b1cace"
orange = "#ffa864" orange = "#ffa864"
gray = "#5b858b" # mainly for comments/background text gray = "#5b858b" # mainly for comments/background text
light-gray = "#354e51" # used when whitespace rendering is enabled and for indent-guides
red = "#e34e1b" red = "#e34e1b"
dark-blue = "#19a2b7" dark-blue = "#19a2b7"