Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/monokai_pro_ristretto.toml')
-rw-r--r--runtime/themes/monokai_pro_ristretto.toml24
1 files changed, 4 insertions, 20 deletions
diff --git a/runtime/themes/monokai_pro_ristretto.toml b/runtime/themes/monokai_pro_ristretto.toml
index a6ba6fcf..ed7ebeae 100644
--- a/runtime/themes/monokai_pro_ristretto.toml
+++ b/runtime/themes/monokai_pro_ristretto.toml
@@ -4,11 +4,7 @@
"ui.linenr.selected" = { bg = "base3" }
"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
-"ui.menu" = { fg = "base8", bg = "base3" }
"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"
@@ -18,20 +14,14 @@
"ui.statusline.inactive" = { fg = "base8", bg = "base8x0c" }
# status bars, panels, modals, autocompletion
-"ui.statusline" = { fg = "base8", bg = "base4" }
+"ui.statusline" = { bg = "base4" }
"ui.popup" = { bg = "base3" }
"ui.window" = { bg = "base3" }
-"ui.help" = { fg = "base8", bg = "base3" }
+"ui.help" = { bg = "base3" }
# active line, highlighting
"ui.selection" = { bg = "base4" }
"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"] }
@@ -50,7 +40,7 @@
"ui.text" = { fg = "base8" }
"punctuation" = "base6"
-# classes, types, primitives
+# classes, types, primiatives
"type" = "green"
"type.builtin" = { fg = "red"}
"label" = "base8"
@@ -93,18 +83,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"