Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/flatwhite.toml')
| -rw-r--r-- | runtime/themes/flatwhite.toml | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/runtime/themes/flatwhite.toml b/runtime/themes/flatwhite.toml index f58ee21c..2fdc66d0 100644 --- a/runtime/themes/flatwhite.toml +++ b/runtime/themes/flatwhite.toml @@ -2,10 +2,10 @@ # Adopted from https://github.com/biletskyy/flatwhite-syntax "attribute" = { fg = "blue_text", bg = "blue_bg" } -"comment" = { fg = "base2", bg = "base6" } -"comment.line" = { fg = "base2", bg = "base6" } -"comment.block" = { fg = "base2", bg = "base6" } -"comment.block.documentation" = { fg = "base2", bg = "base6" } +"comment" = { fg = "base3", modifiers = ["italic"] } +"comment.line" = {} +"comment.block" = {} +"comment.block.documentation" = { fg = "base2" } "constant" = { fg = "blue_text", bg = "blue_bg" } "constructor" = { fg = "base1" } "function" = { fg = "base1", modifiers = ["bold"] } @@ -21,13 +21,6 @@ "variable.parameter" = { fg = "blue_text", bg = "blue_bg" } "diagnostic" = { modifiers = ["underlined"] } - -"diagnostic.info" = { underline = { color = "orange_text", style = "curl" } } -"diagnostic.warning" = { underline = { color = "orange_text", style = "curl" } } -"diagnostic.error" = { underline = { color = "diff_delete", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } - "info" = { fg = "orange_text", bg = "orange_bg" } "hint" = { modifiers = ["bold"] } "warning" = { fg = "orange_text", bg = "orange_bg" } @@ -39,15 +32,14 @@ "markup.raw" = { fg = "orange_text", bg = "orange_bg" } "markup.raw.inline" = { fg = "orange_text", bg = "orange_bg" } "markup.raw.block" = { fg = "orange_text", bg = "orange_bg" } -"markup.bold" = { modifiers = ["bold"] } "markup.italic" = { modifiers = ["italic"] } -"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link.url" = { fg = "blue_text", bg = "blue_bg", modifiers = [ "underlined", ] } "markup.link.label" = { fg = "blue_text", bg = "blue_bg" } "markup.link.text" = { fg = "blue_text", bg = "blue_bg" } "markup.quote" = { fg = "teal_text", bg = "teal_bg" } +"markup.bold" = { modifiers = ["bold"] } "markup.list" = { fg = "purple_text", bg = "purple_bg" } "ui.background" = { fg = "base1", bg = "base7" } @@ -61,10 +53,6 @@ "ui.virtual" = { fg = "base5", bg = "base6" } "ui.virtual.whitespace" = { fg = "base5" } "ui.virtual.ruler" = { bg = "base6" } -"ui.virtual.inlay-hint" = "base4" -"ui.virtual.inlay-hint.parameter" = "base3" -"ui.virtual.inlay-hint.type" = { fg = "base3", modifiers = ["italic"] } -"ui.virtual.jump-label" = { bg = "orange_bg", modifiers = ["bold"] } "ui.linenr" = { bg = "base6" } "ui.linenr.selected" = { bg = "base6", modifiers = ["reversed"] } |