Skip to content

Commit

Permalink
style(lualine): change color to look quite good
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Jan 27, 2024
1 parent cf43be8 commit fb8b6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lualine/themes/dullahan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local dullahan = {}

dullahan.normal = {
a = { bg = colors.blue, fg = colors.black },
b = { bg = util.lighten(colors.bg_statusline, 0.9, colors.fg), fg = colors.fg },
b = { bg = colors.bg_statusline, fg = colors.fg },
c = { bg = colors.bg_statusline, fg = colors.fg },
}

Expand Down

0 comments on commit fb8b6e8

Please sign in to comment.