lualine, background inactive
This commit is contained in:
@@ -40,12 +40,31 @@ lualine_nightfly.visual.b.bg = ''
|
||||
|
||||
lualine_nightfly.normal.b.bg = ''
|
||||
lualine_nightfly.normal.c.bg = ''
|
||||
lualine_nightfly.inactive = {
|
||||
a = {
|
||||
gui = "bold",
|
||||
bg = '',
|
||||
fg = new_colors.yellow, -- black
|
||||
},
|
||||
b = {
|
||||
bg = '',
|
||||
},
|
||||
c = {
|
||||
bg = '',
|
||||
},
|
||||
}
|
||||
lualine_nightfly.command = {
|
||||
a = {
|
||||
gui = "bold",
|
||||
bg = '',
|
||||
fg = new_colors.yellow, -- black
|
||||
},
|
||||
b = {
|
||||
bg = '',
|
||||
},
|
||||
c = {
|
||||
bg = '',
|
||||
},
|
||||
}
|
||||
-- configure lualine with modified theme
|
||||
lualine.setup({
|
||||
|
||||
Reference in New Issue
Block a user