diff options
author | Jack Allison | 2023-08-17 18:14:59 +0000 |
---|---|---|
committer | GitHub | 2023-08-17 18:14:59 +0000 |
commit | 2b7e7c80eb4bdc0c7283f94efd6079992840753b (patch) | |
tree | 7d4af5e007a04e8f4757f8c1b56fe7efffd47ebf /runtime | |
parent | 56ccaedffbb8011e36012278e2a4861a8d435a60 (diff) |
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
Diffstat (limited to 'runtime')
-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" } |