From 73f8e9902b02d30a5194d52fa8a3f65001608141 Mon Sep 17 00:00:00 2001 From: Kristoffer Flottorp <2630397+krfl@users.noreply.github.com> Date: Fri, 16 Sep 2022 04:38:54 +0200 Subject: [PATCH] improve fleetish theme (#3844) Co-authored-by: krfl --- runtime/themes/fleetish.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/runtime/themes/fleetish.toml b/runtime/themes/fleetish.toml index 70de2f8a1..a5b09fe4b 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" }