Skip to content

Commit

Permalink
Merge pull request #43 from ful1e5/main
Browse files Browse the repository at this point in the history
lauline normal color fix
  • Loading branch information
ful1e5 committed Jul 21, 2021
2 parents 3cc66f2 + e0b5743 commit 0826433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.green, fg = colors.bg},
a = {bg = colors.blue, fg = colors.bg},
b = {bg = colors.bg2, fg = colors.blue},
c = {bg = colors.bg, fg = colors.fg_light}
},
Expand Down

0 comments on commit 0826433

Please sign in to comment.