From f8ae2bc61b0fee8b2820c07f10f25ee23c13af7f Mon Sep 17 00:00:00 2001 From: DuckDuckWhale Date: Sun, 7 Jan 2024 18:03:56 -0800 Subject: Fix: misleading active tab color in monokai_pro* (#9148) --- runtime/themes/monokai_pro_machine.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtime/themes/monokai_pro_machine.toml') diff --git a/runtime/themes/monokai_pro_machine.toml b/runtime/themes/monokai_pro_machine.toml index b292e6b0..519c9ed3 100644 --- a/runtime/themes/monokai_pro_machine.toml +++ b/runtime/themes/monokai_pro_machine.toml @@ -27,6 +27,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" } -- cgit v1.2.3-70-g09d2