Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/monokai_pro.toml')
| -rw-r--r-- | runtime/themes/monokai_pro.toml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/runtime/themes/monokai_pro.toml b/runtime/themes/monokai_pro.toml index 97f2a57c..a5cbfdcf 100644 --- a/runtime/themes/monokai_pro.toml +++ b/runtime/themes/monokai_pro.toml @@ -8,7 +8,6 @@ "ui.menu.selected" = { fg = "base2", bg = "yellow" } "ui.virtual.whitespace" = "base5" "ui.virtual.ruler" = { bg = "base1" } -"ui.virtual.jump-label" = { fg = "red", modifiers = ["bold"] } "info" = "base8" "hint" = "base8" @@ -31,11 +30,6 @@ "ui.cursor.match" = { bg = "base4" } "ui.cursorline" = { bg = "base1" } -# bufferline, inlay hints -"ui.bufferline" = { fg = "base6", bg = "base8x0c" } -"ui.bufferline.active" = { fg = "base8", bg = "base4" } -"ui.virtual.inlay-hint" = { fg = "base6" } - # comments, nord3 based lighter color "comment" = { fg = "base5", modifiers = ["italic"] } "ui.linenr" = { fg = "base5" } @@ -96,18 +90,12 @@ "diff.minus" = "red" # make diagnostic underlined, to distinguish with selection text. -"diagnostic.warning" = { underline = { color = "orange", style = "curl" } } -"diagnostic.error" = { underline = { color = "red", style = "curl" } } -"diagnostic.info" = { underline = { color = "base8", style = "curl" } } -"diagnostic.hint" = { underline = { color = "base8", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } +diagnostic = { modifiers = ["underlined"] } # markup highlight, no need for `markup.raw` and `markup.list`, make them to be default "markup.heading" = "green" "markup.bold" = { fg = "orange", modifiers = ["bold"] } "markup.italic" = { fg = "orange", modifiers = ["italic"] } -"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link.url" = { fg = "orange", modifiers = ["underlined"] } "markup.link.text" = "yellow" "markup.quote" = "green" |