diff --git a/lua/plugins/UI.lua b/lua/plugins/UI.lua index c8d4f51..def0058 100644 --- a/lua/plugins/UI.lua +++ b/lua/plugins/UI.lua @@ -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() }, },