Skip to content

Commit

Permalink
Make TabLineFill a little lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed May 15, 2024
1 parent 04a33aa commit 8fb9f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/grey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ local highlights = {
SnippetTabstop = {},
Symbol = { fg = orange },
TabLine = { fg = black, bg = light_grey },
TabLineFill = { fg = black, bg = border },
TabLineFill = { fg = black, bg = light_grey },
TabLineSel = { fg = black, bg = background, bold = true },
Title = { fg = black, bold = true },
Todo = { fg = grey, bold = true },
Expand Down

0 comments on commit 8fb9f59

Please sign in to comment.