Unnamed repository; edit this file 'description' to name the repository.
Update Monokai bufferline theming to be distinguish active buffers (#7983)
* Update OneDark theme to use light-gray for inlay hints.
* fix monokai tab themeing to be more distinguishing
| -rw-r--r-- | runtime/themes/monokai.toml | 5 |
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" } |