aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/themes/monokai.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml
index 913cc49b..66106d48 100644
--- a/runtime/themes/monokai.toml
+++ b/runtime/themes/monokai.toml
@@ -78,6 +78,11 @@
"ui.statusline" = { fg = "active_text", bg = "#414339" }
"ui.statusline.inactive" = { fg = "active_text", bg = "#75715e" }
+"ui.bufferline" = { fg = "grey2", bg = "bg3" }
+"ui.bufferline.active" = { fg = "active_text", bg = "selection", modifiers = [
+ "bold",
+] }
+
"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "active_text" }