Skip to content

Commit

Permalink
chore(buffline): Change BufferLineIndicatorSelected fg color
Browse files Browse the repository at this point in the history
  • Loading branch information
askfiy committed Jan 3, 2024
1 parent c18f76a commit 6f40866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/killer-queen/core/expands/bufferline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ function M.get_highlight(colors, config)
bg = colors.color02,
},
BufferLineIndicatorSelected = {
fg = colors.base08,
-- Logo color
fg = colors.base06,
bg = colors.base00,
},
BufferLineIndicator = {
Expand Down

0 comments on commit 6f40866

Please sign in to comment.