diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index 524833f..7aa778b 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -312,7 +312,7 @@ local function get_groups() WinBarNC = { fg = colors.fg3, bg = colors.bg1 }, WinSeparator = config.transparent_mode and { fg = colors.bg3, bg = nil } or { fg = colors.bg3, bg = colors.bg0 }, WildMenu = { fg = colors.blue, bg = colors.bg2, bold = config.bold }, - Directory = { link = "GruvboxBlueBold" }, + Directory = { link = "GruvboxGreenBold" }, Title = { link = "GruvboxGreenBold" }, ErrorMsg = { fg = colors.bg0, bg = colors.red, bold = config.bold }, MoreMsg = { link = "GruvboxYellowBold" }, |
