lualine, background inactive
parent
8330555c19
commit
30f37de882
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue