Skip to content

Commit

Permalink
Merge pull request #31 from projekt0n/dev
Browse files Browse the repository at this point in the history
lualine `command` background fixed #30
  • Loading branch information
ful1e5 committed Jul 15, 2021
2 parents ab07574 + eee5284 commit 22a9f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- illuminate plugin highlights fixed #10
- Change `commentTSConstant` highlight to `c.syntax.keyword` from `c.syntax.commentConstant`
- Removed `commentConstant` color
- lualine `command` background fixed #30

## [v0.0.1] - 9 Jul 2021

Expand Down
6 changes: 3 additions & 3 deletions lua/lualine/themes/github.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local colors = require("github-theme.colors").setup(config)

return {
normal = {
a = {bg = colors.blue, fg = colors.bg},
a = {bg = colors.green, fg = colors.bg},
b = {bg = colors.bg2, fg = colors.blue},
c = {bg = colors.bg, fg = colors.fg_light}
},
Expand All @@ -16,8 +16,8 @@ return {
b = {bg = colors.bg2, fg = colors.green}
},
command = {
a = {bg = colors.purple, fg = colors.bg},
b = {bg = colors.bg2, fg = colors.purple}
a = {bg = colors.magenta, fg = colors.bg},
b = {bg = colors.bg2, fg = colors.magenta}
},
visual = {
a = {bg = colors.yellow, fg = colors.bg},
Expand Down

0 comments on commit 22a9f7f

Please sign in to comment.