aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristoffer Flottorp2022-09-16 02:38:54 +0000
committerGitHub2022-09-16 02:38:54 +0000
commit73f8e9902b02d30a5194d52fa8a3f65001608141 (patch)
tree8e84208e1393af8ef6710e081512939c1a9e742a
parentb5be72bff79075ef4b5b51922da15e003c274b9b (diff)
improve fleetish theme (#3844)
Co-authored-by: krfl <kr.fl@outlook.com>
-rw-r--r--runtime/themes/fleetish.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/themes/fleetish.toml b/runtime/themes/fleetish.toml
index 70de2f8a..a5b09fe4 100644
--- a/runtime/themes/fleetish.toml
+++ b/runtime/themes/fleetish.toml
@@ -64,11 +64,12 @@
"ui.window" = { fg = "dark", bg = "darkest" }
"ui.help" = { fg = "light", bg = "dark" }
"ui.text" = { fg = "light" } # .focus / .info
-# "ui.virtual" = {} # .ruler / .whitespace
+"ui.virtual" = { fg = "dark" } # .ruler / .whitespace
"ui.virtual.ruler" = { bg = "darker"}
"ui.menu" = { fg = "light", bg = "dark" } # .selected
"ui.menu.selected" = { fg = "lightest", bg = "blue_accent" } # .selected
-"ui.selection" = { bg = "select" } # .primary
+"ui.selection" = { bg = "darker" } # .primary
+"ui.selection.primary" = { bg = "select" } # .primary
"hint" = { fg = "blue_accent"}
"info" = { fg = "yellow_accent" }
"warning" = { fg = "orange_accent" }