Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/dark_high_contrast.toml')
| -rw-r--r-- | runtime/themes/dark_high_contrast.toml | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/runtime/themes/dark_high_contrast.toml b/runtime/themes/dark_high_contrast.toml index 51fadd39..51701cfc 100644 --- a/runtime/themes/dark_high_contrast.toml +++ b/runtime/themes/dark_high_contrast.toml @@ -3,14 +3,11 @@ # Interface "ui.background" = { bg = "black" } "ui.window" = { fg = "aqua" } -"special" = "orange" # file picker fuzzy match +"special" = "orange" # file picker fuzzy match "ui.background.separator" = { fg = "white" } "ui.text" = "white" "ui.text.focus" = { modifiers = ["reversed"] } # file picker selected -"ui.virtual.jump-label" = { fg = "deep_red", modifiers = [ - "bold", -], underline = { color = "deep_red", style = "line" } } "ui.virtual" = "gray" "ui.virtual.whitespace" = "gray" "ui.virtual.ruler" = { fg = "white", bg = "gray" } @@ -57,16 +54,14 @@ "diagnostic.hint" = { underline = { color = "yellow", style = "dashed" } } "diagnostic.warning" = { underline = { color = "orange", style = "curl" } } "diagnostic.error" = { underline = { color = "red", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } -"info" = "white" +"info" = "white" "hint" = "yellow" "warning" = "orange" "error" = "red" "debug" = "red" "diff.plus" = "green" -"diff.delta" = "blue" +"diff.delta" ="blue" "diff.minus" = "pink" # Syntax high light @@ -88,13 +83,9 @@ "keyword.control" = "purple" "function" = "yellow" "label" = "blue" -"tag" = "aqua" -"attribute" = "blue" # Markup -"markup.heading" = { fg = "yellow", modifiers = [ - "bold", -], underline = { color = "yellow", style = "double_line" } } +"markup.heading" = { fg = "yellow", modifiers = ["bold"], underline = { color = "yellow", style = "double_line"} } "markup.list" = "pink" "markup.bold" = { fg = "emerald_green", modifiers = ["bold"] } "markup.italic" = { fg = "blue", modifiers = ["italic"] } @@ -114,7 +105,6 @@ dark_blue = "#0d1a2d" aqua = "#6fc3df" purple = "#c586c0" red = "#b65f5f" -deep_red = "#fd0004" pink = "#ff5c8d" orange = "#f38518" brown = "#ce9178" |