From 9a1402fb94a52b448909d0e17681adc702a54979 Mon Sep 17 00:00:00 2001 From: Michel Date: Mon, 16 Oct 2023 19:48:25 +0200 Subject: [PATCH] feat(lualine): show root_dir in dark yellow --- lua/plugins/UI.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }, },