diff options
author | Fanda Vacek | 2022-09-12 14:15:41 +0000 |
---|---|---|
committer | GitHub | 2022-09-12 14:15:41 +0000 |
commit | 865a1a4cb328bcd35e89e3fdb901283c39857686 (patch) | |
tree | 5df369a25960dad687759f324163b799705d5cee /runtime/themes | |
parent | 03612174ee4cef23217b5adf415ced4a851b4a44 (diff) |
Make whitespace in monokai-pro-spectrum theme one step dimmer to avoid (#3814)
the white space confusion with hyphen
Co-authored-by: Fanda Vacek <fvacek@elektroline.cz>
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/monokai_pro_spectrum.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/monokai_pro_spectrum.toml b/runtime/themes/monokai_pro_spectrum.toml index a42a2681..89575e3a 100644 --- a/runtime/themes/monokai_pro_spectrum.toml +++ b/runtime/themes/monokai_pro_spectrum.toml @@ -6,7 +6,7 @@ "ui.text.focus" = { fg = "yellow", modifiers= ["bold"] } "ui.menu" = { fg = "base8", bg = "base3" } "ui.menu.selected" = { fg = "base2", bg = "yellow" } -"ui.virtual.whitespace" = "base5" +"ui.virtual.whitespace" = "base4" "ui.virtual.ruler" = { bg = "base1" } "info" = "base8" |