Skip to content

Commit

Permalink
[dark_plus] update tag and ui.menu.selected colors (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirawi authored Apr 8, 2022
1 parent 420b5b8 commit 2d4f94e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"keyword.directive" = { fg = "blue2" }
"keyword.control" = { fg = "special" }
"label" = { fg = "blue2" }
"tag" = "blue2"

"special" = { fg = "text" }
"operator" = { fg = "text" }
Expand Down Expand Up @@ -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"] }
Expand Down Expand Up @@ -100,6 +102,7 @@ blue2 = "#569CD6"
blue3 = "#6796E6"
light_blue = "#75beff"
dark_blue = "#264f78"
dark_blue2 = "#094771"
red = "#ff1212"

type = "#4EC9B0"
Expand Down

0 comments on commit 2d4f94e

Please sign in to comment.