fix(#32): add normal mode color for lualine_z section (#34)

This commit is contained in:
Shreyas A S
2024-03-13 18:55:40 +05:30
committed by GitHub
parent 78a225ba2f
commit a21ec7417b

View File

@@ -29,7 +29,7 @@ local tokyo_dark = {
c = { fg = colors.fg, bg = colors.bg },
x = { fg = colors.fg, bg = colors.bg },
y = { fg = colors.fg, bg = colors.bg },
z = { fg = colors.fg, bg = colors.bg },
z = { fg = colors.bg, bg = colors.green, gui = "bold" },
},
visual = { a = { fg = colors.bg, bg = colors.purple, gui = "bold" } },
replace = { a = { fg = colors.bg, bg = colors.red, gui = "bold" } },