diff options
author | Jaakko Paju | 2024-01-23 14:19:22 +0000 |
---|---|---|
committer | GitHub | 2024-01-23 14:19:22 +0000 |
commit | 4168864572ac29c64d82031ba9edfbda0a521839 (patch) | |
tree | dcc9195970a5237f4129976e91e318d328be9914 /runtime/themes/onedark.toml | |
parent | ae8042bb83e34b7cf085ec8792fcbf529896d998 (diff) |
Add bufferline config for onedark & onedarker themes (#9397)
Diffstat (limited to 'runtime/themes/onedark.toml')
-rw-r--r-- | runtime/themes/onedark.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index 1db2aff8..a50b5d35 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -77,6 +77,10 @@ "ui.statusline.insert" = { fg = "light-black", bg = "green" } "ui.statusline.select" = { fg = "light-black", bg = "purple" } +"ui.bufferline" = { fg = "light-gray", bg = "light-black" } +"ui.bufferline.active" = { fg = "light-black", bg = "blue", underline = { color = "light-black", style = "line" } } +"ui.bufferline.background" = { bg = "light-black" } + "ui.text" = { fg = "white" } "ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] } |