Skip to content

Commit

Permalink
feat: add highlight for BufferLineBackground
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatsum committed Aug 24, 2022
1 parent b3f1519 commit c306cbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/github-theme/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@ theme.setup = function(cfg)
healthWarning = { fg = c.warning },

-- BufferLine
BufferLineIndicatorSelected = { fg = c.blue },
BufferLineIndicatorSelected = { fg = c.syntax.param },
BufferLineBackground = { fg = c.syntax.comment },

-- Hop
-- Deep red color for light themes
Expand Down

0 comments on commit c306cbd

Please sign in to comment.