We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa43c31 commit 9595d81Copy full SHA for 9595d81
CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
- removed `hi clear` command from loading colorscheme fixed #181
18
- removed html tags from README.md
19
- fixed #189
20
+- fixed #186
21
22
## [v0.0.5] - 03 May 2022
23
lua/github-theme/theme.lua
@@ -439,7 +439,6 @@ theme.setup = function(cfg)
439
440
-- BufferLine
441
BufferLineIndicatorSelected = { fg = c.blue },
442
- BufferLineFill = { bg = c.bg2 },
443
444
-- Hop
445
-- Deep red color for light themes
0 commit comments