aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorKirawi2022-04-08 02:08:16 +0000
committerGitHub2022-04-08 02:08:16 +0000
commit2d4f94eb276bb6519bebcb6aa11e78d92ed9ea11 (patch)
treeaeb7239375a498cc211084658cc361a1a8683305 /runtime
parent420b5b8301060aa19ecc7d06cb05d0e8e11e570d (diff)
[dark_plus] update tag and ui.menu.selected colors (#2014)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/dark_plus.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml
index 38640122..42032be2 100644
--- a/runtime/themes/dark_plus.toml
+++ b/runtime/themes/dark_plus.toml
@@ -13,6 +13,7 @@
"keyword.directive" = { fg = "blue2" }
"keyword.control" = { fg = "special" }
"label" = { fg = "blue2" }
+"tag" = "blue2"
"special" = { fg = "text" }
"operator" = { fg = "text" }
@@ -57,7 +58,8 @@
"ui.window" = { bg = "widget" }
"ui.popup" = { bg = "widget" }
"ui.help" = { bg = "widget" }
-"ui.menu.selected" = { bg = "widget" }
+"ui.menu" = { bg = "widget" }
+"ui.menu.selected" = { bg = "dark_blue2" }
# TODO: Alternate bg colour for `ui.cursor.match` and `ui.selection`.
"ui.cursor" = { fg = "cursor", modifiers = ["reversed"] }
@@ -100,6 +102,7 @@ blue2 = "#569CD6"
blue3 = "#6796E6"
light_blue = "#75beff"
dark_blue = "#264f78"
+dark_blue2 = "#094771"
red = "#ff1212"
type = "#4EC9B0"