From c92239056e79aa5d12d5d2357e09e8cb66c26e08 Mon Sep 17 00:00:00 2001 From: Shafkath Shuhan Date: Sat, 21 Jan 2023 17:01:46 -0500 Subject: [PATCH] address review --- runtime/themes/fleet_dark.toml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/runtime/themes/fleet_dark.toml b/runtime/themes/fleet_dark.toml index 0d677e3d81f3b..e630b25e41f9a 100644 --- a/runtime/themes/fleet_dark.toml +++ b/runtime/themes/fleet_dark.toml @@ -4,6 +4,7 @@ # Original author: @krfl # Contributors: # @matoous +# @kirawi "attribute" = "Lime" @@ -64,13 +65,12 @@ # ui specific "ui.background" = { bg = "Gray 10" } # .separator -"ui.background.separator" = { bg = "Gray 50"} "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.cursor" = { bg = "Gray 120", modifiers = ["reversed"] } # .insert / .select / .match / .primary +"ui.cursor" = { modifiers = ["reversed"] } # .insert / .select / .match / .primary "ui.cursor.match" = { bg = "Blue 30" } # .insert / .select / .match / .primary "ui.selection" = { bg = "Gray 80" } # .primary "ui.selection.primary" = { bg = "Blue 40" } @@ -80,8 +80,8 @@ "ui.linenr.selected" = "Gray 110" "ui.popup" = { fg = "Gray 120", bg = "Gray 20" } # .info -"ui.window" = { bg = "Gray 50" } -"ui.help" = { fg = "light", bg = "Gray 20" } +"ui.window" = { fg = "Gray 50" } +"ui.help" = { fg = "Gray 120", bg = "Gray 20" } "ui.menu" = { fg = "Gray 120", bg = "Gray 20" } # .selected "ui.menu.selected" = { fg = "White", bg = "Blue 40" } # .selected # Calculated as #ffffff with 30% opacity @@ -90,7 +90,7 @@ "ui.text" = "Gray 120" # .focus / .info "ui.text.focus" = { fg = "White", bg = "Blue 40" } -"ui.virtual" = "Gray 120" # .whitespace +"ui.virtual" = "Gray 80" # .whitespace # "ui.virtual.ruler" = { bg = "darker"} "hint" = "Gray 80" @@ -98,11 +98,10 @@ "warning" = "#FACb66" "error" = "#FF5269" -"diagnostic" = { modifiers = [] } -"diagnostic.hint" = { underline = { color = "light", style = "curl" } } -"diagnostic.info" = { underline = { color = "blue_accent", style = "curl" } } -"diagnostic.warning" = { underline = { color = "Yellow_accent", style = "curl" } } -"diagnostic.error" = { underline = { color = "red_error", style = "curl" } } +"diagnostic.hint" = { underline = { color = "Gray 80", style = "solid" } } +"diagnostic.info" = { underline = { color = "#A366C4", style = "solid" } } +"diagnostic.warning" = { underline = { color = "#FACB66", style = "solid" } } +"diagnostic.error" = { underline = { color = "#FF5269", style = "solid" } } [palette] "White" = "#ffffff"