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.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/themes/monokai_pro.toml b/runtime/themes/monokai_pro.toml
index 97f2a57c..57bede94 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" }
@@ -100,8 +94,6 @@
"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"] }
# markup highlight, no need for `markup.raw` and `markup.list`, make them to be default
"markup.heading" = "green"