From c64ec557672c9c8ecc71a438533525482021377f Mon Sep 17 00:00:00 2001 From: Luca Saccarola <96259932+saccarosium@users.noreply.github.com> Date: Mon, 12 Dec 2022 18:58:05 +0100 Subject: fix: make directories gruvboxblue (#191) --- lua/gruvbox/groups.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index eb54c59..65093c2 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -169,7 +169,7 @@ groups.setup = function() WinBarNC = { fg = colors.fg3, bg = colors.bg1 }, VertSplit = { fg = colors.bg3, bg = colors.bg0 }, WildMenu = { fg = colors.blue, bg = colors.bg2, bold = config.bold }, - Directory = { link = "GruvboxGreenBold" }, + Directory = { link = "GruvboxBlueBold" }, Title = { link = "GruvboxGreenBold" }, ErrorMsg = { fg = colors.bg0, bg = colors.red, bold = config.bold }, MoreMsg = { link = "GruvboxYellowBold" }, -- cgit v1.2.3