aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorKirawi2021-08-18 02:02:37 +0000
committerIvan Tham2021-08-18 02:23:11 +0000
commit7560af1211201bc644ea015f4a2b25ea8f2be34d (patch)
treea0626adebcd84c85e3be034214f8c94d3eb266cd /runtime
parent16bf8e1e6b52546ba804dc7206317c4e368dcfb5 (diff)
Update dark_plus.toml
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/dark_plus.toml32
1 files changed, 17 insertions, 15 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml
index e7584e5f..c105d52b 100644
--- a/runtime/themes/dark_plus.toml
+++ b/runtime/themes/dark_plus.toml
@@ -2,46 +2,46 @@
"namespace" = { fg = "type" }
"module" = { fg = "type" }
+
"type" = { fg = "type" }
"type.builtin" = { fg = "type" }
+"type.enum.variant" = { fg = "constant" }
+"constructor" = { fg = "constant" }
+"property" = { fg = "variable" }
"keyword" = { fg = "keyword" }
"keyword.directive" = { fg = "keyword" }
-"function.macro" = { fg = "keyword" }
-"variable.builtin" = { fg = "keyword" }
+"keyword.control" = { fg = "special" }
"label" = { fg = "keyword" }
-"constant.builtin" = { fg = "keyword" }
-"punctuation" = { fg = "text" }
-"punctuation.delimiter" = { fg = "text" }
-
-"keyword.control" = { fg = "special" }
"special" = { fg = "text" }
"operator" = { fg = "text" }
+"punctuation" = { fg = "text" }
+"punctuation.delimiter" = { fg = "text" }
+
"variable" = { fg = "variable" }
"variable.parameter" = { fg = "variable" }
-"property" = { fg = "variable" }
+"variable.builtin" = { fg = "keyword" }
+"constant" = { fg = "constant" }
+"constant.builtin" = { fg = "keyword" }
-"attribute" = { fg = "fn_declaration" }
"function" = { fg = "fn_declaration" }
"function.builtin" = { fg = "fn_declaration" }
+"function.macro" = { fg = "keyword" }
+"attribute" = { fg = "fn_declaration" }
"comment" = { fg = "#6A9955" }
-"constant" = { fg = "constant" }
-"type.enum.variant" = { fg = "constant" }
-"constructor" = { fg = "constant" }
-
"string" = { fg = "#ce9178" }
"number" = { fg = "#b5cea8" }
"escape" = { fg = "#d7ba7d" }
"ui.background" = { fg = "#d4d4d4", bg = "#1e1e1e" }
-"ui.help" = { bg = "widget" }
-"ui.popup" = { bg = "widget" }
"ui.window" = { bg = "widget" }
+"ui.popup" = { bg = "widget" }
+"ui.help" = { bg = "widget" }
"ui.menu.selected" = { bg = "widget" }
"ui.cursor" = { fg = "cursor", modifiers = ["reversed"] }
@@ -65,6 +65,8 @@
"info" = { fg = "#75beff" }
"hint" = { fg = "#eeeeeeb3" }
+diagnostic = { modifiers = ["underlined"] }
+
[palette]
type = "#4EC9B0"
keyword = "#569CD6"