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 | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/runtime/themes/dark_high_contrast.toml b/runtime/themes/dark_high_contrast.toml index 51fadd39..1c911eb5 100644 --- a/runtime/themes/dark_high_contrast.toml +++ b/runtime/themes/dark_high_contrast.toml @@ -3,22 +3,14 @@ # 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" } "ui.virtual.indent-guide" = "white" -"ui.virtual.inlay-hint" = { fg = "black", bg = "orange" } -"ui.virtual.inlay-hint.parameter" = { fg = "black", bg = "orange" } -"ui.virtual.inlay-hint.type" = { fg = "black", bg = "orange" } -"ui.virtual.wrap" = "gray" "ui.statusline" = { fg = "white", bg = "deep_blue" } "ui.statusline.inactive" = { fg = "gray", bg = "deep_blue" } @@ -30,7 +22,7 @@ "ui.cursor" = { fg = "black", bg = "white" } "ui.cursor.insert" = { fg = "black", bg = "white" } "ui.cursor.select" = { fg = "black", bg = "white" } -"ui.cursor.match" = { modifiers = ["reversed"] } +"ui.cursor.match" = { bg = "white", modifiers = ["dim"] } "ui.cursor.primary" = { fg = "black", bg = "white", modifiers = ["slow_blink"] } "ui.cursor.secondary" = "white" "ui.cursorline.primary" = { bg = "deep_blue", underline = { color = "orange", style = "double_line" } } @@ -57,16 +49,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,17 +78,12 @@ "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"] } -"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link.url" = { fg = "blue", underline = { color = "blue", style = "line" } } "markup.link.text" = "pink" "markup.quote" = "yellow" @@ -114,7 +99,6 @@ dark_blue = "#0d1a2d" aqua = "#6fc3df" purple = "#c586c0" red = "#b65f5f" -deep_red = "#fd0004" pink = "#ff5c8d" orange = "#f38518" brown = "#ce9178" |