From b9a4d2e311b7e4ff26664e02f8dcd3bca44dc222 Mon Sep 17 00:00:00 2001 From: krfl Date: Wed, 15 Mar 2023 07:53:34 +0100 Subject: [PATCH 1/2] adjust inlay hints and color modes for fleet dark --- runtime/themes/fleet_dark.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/themes/fleet_dark.toml b/runtime/themes/fleet_dark.toml index 337853ccedc3..d29382a10f04 100644 --- a/runtime/themes/fleet_dark.toml +++ b/runtime/themes/fleet_dark.toml @@ -67,9 +67,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 = "lightest", bg = "darker"} -# "ui.statusline.insert" = { fg = "lightest", bg = "blue_accent" } -# "ui.statusline.select" = { fg = "lightest", bg = "orange_accent" } +# "ui.statusline.normal" = { fg = "Gray 120", bg = "darker"} +"ui.statusline.insert" = { fg = "Gray 20", bg = "Blue 90" } +"ui.statusline.select" = { fg = "Gray 20", bg = "Yellow 60" } "ui.cursor" = { modifiers = ["reversed"] } # .insert / .select / .match / .primary "ui.cursor.match" = { bg = "Blue 30" } # .insert / .select / .match / .primary @@ -92,7 +92,7 @@ "ui.text.focus" = { fg = "White", bg = "Blue 40" } "ui.virtual" = "Gray 80" # .whitespace -"ui.virtual.inlay-hint" = "Purple 20" +"ui.virtual.inlay-hint" = { fg = "Gray 70" } # "ui.virtual.ruler" = { bg = "darker"} "hint" = "Gray 80" From e5c358b7160cdd36c40a82f02ddbdd9bf43f8e86 Mon Sep 17 00:00:00 2001 From: krfl Date: Wed, 15 Mar 2023 13:04:33 +0100 Subject: [PATCH 2/2] adjust virtual + ruler color --- runtime/themes/fleet_dark.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/themes/fleet_dark.toml b/runtime/themes/fleet_dark.toml index d29382a10f04..df8e9ea0ac61 100644 --- a/runtime/themes/fleet_dark.toml +++ b/runtime/themes/fleet_dark.toml @@ -91,9 +91,9 @@ "ui.text" = "Gray 120" # .focus / .info "ui.text.focus" = { fg = "White", bg = "Blue 40" } -"ui.virtual" = "Gray 80" # .whitespace +"ui.virtual" = "Gray 20" # .whitespace "ui.virtual.inlay-hint" = { fg = "Gray 70" } -# "ui.virtual.ruler" = { bg = "darker"} +"ui.virtual.ruler" = { bg = "Gray 20" } "hint" = "Gray 80" "info" = "#A366C4"