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.b.bg = ''
|
||||||
lualine_nightfly.normal.c.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 = {
|
lualine_nightfly.command = {
|
||||||
a = {
|
a = {
|
||||||
gui = "bold",
|
gui = "bold",
|
||||||
bg = '',
|
bg = '',
|
||||||
fg = new_colors.yellow, -- black
|
fg = new_colors.yellow, -- black
|
||||||
},
|
},
|
||||||
|
b = {
|
||||||
|
bg = '',
|
||||||
|
},
|
||||||
|
c = {
|
||||||
|
bg = '',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
-- configure lualine with modified theme
|
-- configure lualine with modified theme
|
||||||
lualine.setup({
|
lualine.setup({
|
||||||
|
|||||||
Reference in New Issue
Block a user