diff options
author | DuckDuckWhale | 2024-01-08 02:03:56 +0000 |
---|---|---|
committer | GitHub | 2024-01-08 02:03:56 +0000 |
commit | f8ae2bc61b0fee8b2820c07f10f25ee23c13af7f (patch) | |
tree | 3eaf8b943d1bd33831e81241b4168ff6258b4151 /runtime/themes/monokai_pro.toml | |
parent | 7e389b67c24dfe4466112c988b240c807e7e2414 (diff) |
Fix: misleading active tab color in monokai_pro* (#9148)
Diffstat (limited to 'runtime/themes/monokai_pro.toml')
-rw-r--r-- | runtime/themes/monokai_pro.toml | 5 |
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" } |