diff options
author | Invader Zim | 2022-09-23 19:32:37 +0000 |
---|---|---|
committer | GitHub | 2022-09-23 19:32:37 +0000 |
commit | 42e30e7afaead4fc10a155802e168d2acc0afe81 (patch) | |
tree | 74343e889365bd048112e71fb7183625780de937 /runtime/themes/doom_acario_dark.toml | |
parent | 0d8d8a4ed60aac72e0d294717f71bec17a2a2f07 (diff) |
Add bufferline colors to 15 themes (#3881)
Themes:
* acme
* ayu_dark
* ayu_light
* ayu_mirage
* base16_default_dark
* base16_default_light
* bogster
* catppuccin_frappe
* catppuccin_latte
* catppuccin_macchiato
* catppuccin_mocha
* darcula
* dark_plus
* doom_acario_dark
* emacs
Diffstat (limited to 'runtime/themes/doom_acario_dark.toml')
-rw-r--r-- | runtime/themes/doom_acario_dark.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/doom_acario_dark.toml b/runtime/themes/doom_acario_dark.toml index 4ff90476..c38c93ee 100644 --- a/runtime/themes/doom_acario_dark.toml +++ b/runtime/themes/doom_acario_dark.toml @@ -53,6 +53,9 @@ 'ui.statusline.normal' = { bg = 'base3' } 'ui.statusline.insert' = { bg = 'base3' } 'ui.statusline.select' = { bg = 'base3' } +'ui.bufferline' = { fg = 'gray', bg = 'base2' } +'ui.bufferline.active' = { fg = 'white', bg = 'base4' } +'ui.bufferline.background' = { bg = 'bg' } 'ui.popup' = { bg = 'bg-alt' } 'ui.window' = { fg = 'gray' } 'ui.help' = { fg = 'fg', bg = 'base2' } |