From 7560af1211201bc644ea015f4a2b25ea8f2be34d Mon Sep 17 00:00:00 2001 From: Kirawi <67773714+kirawi@users.noreply.github.com> Date: Tue, 17 Aug 2021 22:02:37 -0400 Subject: [PATCH] Update dark_plus.toml --- runtime/themes/dark_plus.toml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index e7584e5f7..c105d52b0 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"