Skip to content

Commit 9595d81

Browse files
committed
fix: bufferLineFill color removed
fixed #186
1 parent fa43c31 commit 9595d81

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- removed `hi clear` command from loading colorscheme fixed #181
1818
- removed html tags from README.md
1919
- fixed #189
20+
- fixed #186
2021

2122
## [v0.0.5] - 03 May 2022
2223

lua/github-theme/theme.lua

-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ theme.setup = function(cfg)
439439

440440
-- BufferLine
441441
BufferLineIndicatorSelected = { fg = c.blue },
442-
BufferLineFill = { bg = c.bg2 },
443442

444443
-- Hop
445444
-- Deep red color for light themes

0 commit comments

Comments
 (0)