From f6240cab9a13e36837606e0fc33c0c1e2f4c9ea4 Mon Sep 17 00:00:00 2001 From: krfl Date: Sat, 18 Mar 2023 23:05:37 +0100 Subject: [PATCH] adjust statusbar and virtual --- runtime/themes/fleet_dark.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/runtime/themes/fleet_dark.toml b/runtime/themes/fleet_dark.toml index df8e9ea0ac61..b5ad1aa3ecc0 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" }