summaryrefslogtreecommitdiff
path: root/lua/style.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/style.lua')
-rw-r--r--lua/style.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/style.lua b/lua/style.lua
index 31fced5..5ffc70b 100644
--- a/lua/style.lua
+++ b/lua/style.lua
@@ -42,6 +42,9 @@ bufferline.setup {
buffer_selected = {
bg = selected_buffer_bg
},
+ buffer_visible = {
+ bg = selected_buffer_bg
+ },
diagnostic_selected = {
bg = selected_buffer_bg
},