From 3836747e0d41ae9d8acc8ea551dbdff2226356da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Wed, 29 Nov 2023 11:37:25 +0100 Subject: [PATCH] style bufferline --- runtime/themes/modus_vivendi.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/modus_vivendi.toml b/runtime/themes/modus_vivendi.toml index 823b7655dd39f..1ae64d894c8ff 100644 --- a/runtime/themes/modus_vivendi.toml +++ b/runtime/themes/modus_vivendi.toml @@ -70,6 +70,9 @@ punctuation = "fg-dim" "ui.statusline.insert" = { fg = "green-warmer" } "ui.statusline.select" = { fg = "magenta-warmer" } +"ui.bufferline" = { bg = "bg-tab-bar" } +"ui.bufferline.active" = { bg = "bg-tab-current", fg = "fg-mode-line-active" } + "ui.popup" = { fg = "fg-main", bg = "bg-dim" } "ui.window" = { fg = "fg-dim" } "ui.help" = { fg = "fg-main", bg = "bg-dim" }