feat(lualine): show root_dir in dark yellow

This commit is contained in:
Michel 2023-10-16 19:48:25 +02:00
parent fe8cf560c2
commit 9a1402fb94
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ return {
opts.sections = {
lualine_a = { "mode" },
lualine_b = {
Util.lualine.root_dir(),
Util.lualine.root_dir({ color = { fg = "#bf7b00" } }),
{ "filetype", icon_only = true, separator = "", padding = { left = 1, right = 0 } },
{ Util.lualine.pretty_path() },
},