feat(lualine): show root_dir in dark yellow
This commit is contained in:
parent
fe8cf560c2
commit
9a1402fb94
@ -50,7 +50,7 @@ return {
|
|||||||
opts.sections = {
|
opts.sections = {
|
||||||
lualine_a = { "mode" },
|
lualine_a = { "mode" },
|
||||||
lualine_b = {
|
lualine_b = {
|
||||||
Util.lualine.root_dir(),
|
Util.lualine.root_dir({ color = { fg = "#bf7b00" } }),
|
||||||
{ "filetype", icon_only = true, separator = "", padding = { left = 1, right = 0 } },
|
{ "filetype", icon_only = true, separator = "", padding = { left = 1, right = 0 } },
|
||||||
{ Util.lualine.pretty_path() },
|
{ Util.lualine.pretty_path() },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user