aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authorKristoffer Flottorp2023-03-21 17:59:43 +0000
committerGitHub2023-03-21 17:59:43 +0000
commitb0ceac608ebc117399af89b81fbd0837d370161d (patch)
tree6ab50445e897ee91b9dc286c000878a3bf3cb51f /runtime/themes
parent6d5fa2045a36d1169628be62f7a9d5abafb9b8aa (diff)
fleet-dark improvements (#6375)
Co-authored-by: krfl <kr.fl@outlook.com>
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/fleet_dark.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/themes/fleet_dark.toml b/runtime/themes/fleet_dark.toml
index df8e9ea0..b5ad1aa3 100644
--- a/runtime/themes/fleet_dark.toml
+++ b/runtime/themes/fleet_dark.toml
@@ -66,8 +66,9 @@
# ui specific
"ui.background" = { bg = "Gray 10" } # .separator
-"ui.statusline" = { fg = "Gray 120", bg = "Gray 10" } # .inactive / .normal / .insert / .select
-# "ui.statusline.normal" = { fg = "Gray 120", bg = "darker"}
+"ui.statusline" = { fg = "Gray 120", bg = "Gray 20" } # .inactive / .normal / .insert / .select
+"ui.statusline.normal" = { fg = "Gray 120", bg = "Gray 20" }
+"ui.statusline.inactive" = { fg = "Gray 90"}
"ui.statusline.insert" = { fg = "Gray 20", bg = "Blue 90" }
"ui.statusline.select" = { fg = "Gray 20", bg = "Yellow 60" }
@@ -91,7 +92,7 @@
"ui.text" = "Gray 120" # .focus / .info
"ui.text.focus" = { fg = "White", bg = "Blue 40" }
-"ui.virtual" = "Gray 20" # .whitespace
+"ui.virtual" = "Gray 90" # .whitespace
"ui.virtual.inlay-hint" = { fg = "Gray 70" }
"ui.virtual.ruler" = { bg = "Gray 20" }