diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-10 19:12:16 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-10 19:12:16 +0200 |
commit | f59bcfe16039e2c0e5c26eb4002e01924a1c2727 (patch) | |
tree | 9e5a0c580a3f943710daeac2f2d4182393d8449e /lua/style.lua | |
parent | 9aab012620eadccf3fedba640a51dd70312a9cf3 (diff) |
set buffer_visible bufferline highlight background
Diffstat (limited to 'lua/style.lua')
-rw-r--r-- | lua/style.lua | 3 |
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 }, |