diff options
author | 0rphee | 2023-04-29 20:29:04 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2023-04-30 00:44:26 +0000 |
commit | f2ccc033321b528c4a8368de13d0cc42a95e5e6d (patch) | |
tree | 9f694c207fdcf1dd983aded61474e0df4e4ebc65 /runtime/themes | |
parent | 96720e7b841f602709c4e8f117555ed897affe53 (diff) |
[Theme - noctis] Change color for whitespace rendering and indent guides
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/noctis.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/themes/noctis.toml b/runtime/themes/noctis.toml index 3b996f6f..c7d33680 100644 --- a/runtime/themes/noctis.toml +++ b/runtime/themes/noctis.toml @@ -45,8 +45,8 @@ '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.whitespace' = { fg = "gray"} # Whitespace markers in editing area. -'ui.virtual.indent-guide' = { fg = "gray" } # Indentation guides. +'ui.virtual.whitespace' = { fg = "light-gray"} # Whitespace markers in editing area. +'ui.virtual.indent-guide' = { fg = "light-gray" } # Indentation guides. 'ui.statusline' = { fg = "light-green", bg = "autocomp-green"} # Status line. 'ui.statusline.inactive' = { fg = "white", bg = "mid-green"} # Status line in unfocused windows. @@ -198,6 +198,7 @@ purple = "#918cff" white = "#b1cace" orange = "#ffa864" gray = "#5b858b" # mainly for comments/background text +light-gray = "#354e51" # used when whitespace rendering is enabled and for indent-guides red = "#e34e1b" dark-blue = "#19a2b7" |