diff options
Diffstat (limited to 'runtime/themes/emacs.toml')
-rw-r--r-- | runtime/themes/emacs.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/emacs.toml b/runtime/themes/emacs.toml index 598020bd..cc725df8 100644 --- a/runtime/themes/emacs.toml +++ b/runtime/themes/emacs.toml @@ -54,6 +54,9 @@ "ui.linenr.selected" = { fg = "gray80" } "ui.statusline" = { fg = "black", bg = "gray75" } "ui.statusline.inactive" = { fg = "gray20", bg = "gray90" } +"ui.bufferline" = { fg = "gray36", bg = "gray90", modifiers = ["underlined"] } +"ui.bufferline.active" = { fg = "gray0", bg = "gray99" } +"ui.bufferline.background" = { bg = "gray75" } "ui.popup" = { fg = "black", bg = "gray97" } "ui.popup.info" = { fg = "black", bg = "gray97" } "ui.window" = { fg = "black" } |