Skip to content

Commit

Permalink
fix: bufferLineFill color removed
Browse files Browse the repository at this point in the history
fixed #186
  • Loading branch information
ful1e5 committed Jun 11, 2022
1 parent fa43c31 commit 9595d81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- removed `hi clear` command from loading colorscheme fixed #181
- removed html tags from README.md
- fixed #189
- fixed #186

## [v0.0.5] - 03 May 2022

Expand Down
1 change: 0 additions & 1 deletion lua/github-theme/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ theme.setup = function(cfg)

-- BufferLine
BufferLineIndicatorSelected = { fg = c.blue },
BufferLineFill = { bg = c.bg2 },

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

0 comments on commit 9595d81

Please sign in to comment.