aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/monokai_pro.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/monokai_pro.toml')
-rw-r--r--runtime/themes/monokai_pro.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/themes/monokai_pro.toml b/runtime/themes/monokai_pro.toml
index 57bede94..a898671f 100644
--- a/runtime/themes/monokai_pro.toml
+++ b/runtime/themes/monokai_pro.toml
@@ -30,6 +30,11 @@
"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" }