diff options
| author | Luca Saccarola <96259932+saccarosium@users.noreply.github.com> | 2022-12-12 18:58:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-12 14:58:05 -0300 |
| commit | c64ec557672c9c8ecc71a438533525482021377f (patch) | |
| tree | bdcf9f37fdc48d7830e855774e80cea660d170cc | |
| parent | d2efdea91ec79e480e51d5149d58daa328633c43 (diff) | |
| download | gruvbox-c64ec557672c9c8ecc71a438533525482021377f.tar.gz gruvbox-c64ec557672c9c8ecc71a438533525482021377f.tar.xz | |
fix: make directories gruvboxblue (#191)
| -rw-r--r-- | lua/gruvbox/groups.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |
