adjust lualine b section fg

This commit is contained in:
Michael Chris Lopez
2021-08-26 14:52:47 +08:00
parent 0bd654d771
commit 6dc5191359

View File

@@ -3,7 +3,7 @@ local t = require "zenbones"
return { return {
normal = { normal = {
a = { bg = t.PmenuSbar.bg.hex, fg = t.Folded.fg.hex, gui = "bold" }, a = { bg = t.PmenuSbar.bg.hex, fg = t.Folded.fg.hex, gui = "bold" },
b = { bg = t.PmenuSel.bg.hex, fg = t.Identifier.fg.hex }, b = { bg = t.PmenuSel.bg.hex, fg = t.Folded.fg.hex },
c = { bg = t.StatusLine.bg.hex, fg = t.StatusLine.fg.hex }, c = { bg = t.StatusLine.bg.hex, fg = t.StatusLine.fg.hex },
}, },