summaryrefslogtreecommitdiff
path: root/lua/style.lua
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-06-10 19:12:16 +0200
committerHampusM <hampus@hampusmat.com>2024-06-10 19:12:16 +0200
commitf59bcfe16039e2c0e5c26eb4002e01924a1c2727 (patch)
tree9e5a0c580a3f943710daeac2f2d4182393d8449e /lua/style.lua
parent9aab012620eadccf3fedba640a51dd70312a9cf3 (diff)
set buffer_visible bufferline highlight background
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
},