Skip to content

Commit

Permalink
BufferLine slant style separator color fixed ( related to projekt0n#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jul 24, 2021
1 parent c63d514 commit 003e6d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add proper `Description` inside `konsole` theme (bug from #33)
- Lualine `normal` section background color set blue color #43
- Kitty window border colors fix #47
- BufferLine slant style separator color fixed ( related to #16)

## [v0.0.1] - 9 Jul 2021

Expand Down
3 changes: 3 additions & 0 deletions lua/github-theme/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,9 @@ function M.setup(config)
-- BufferLine
BufferLineIndicatorSelected = {fg = c.blue},
BufferLineFill = {bg = c.bg2},
BufferLineSeparator = {fg = c.bg2},
BufferLineSeparatorSelected = {fg = c.bg2},
BufferLineSeparatorVisible = {fg = c.bg2},

-- ALE
ALEWarningSign = {fg = c.warning},
Expand Down

0 comments on commit 003e6d8

Please sign in to comment.