diff options
| author | Sergey Kislyakov <i@defman.me> | 2023-01-26 17:45:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-26 11:45:55 -0300 |
| commit | 925b496cc02ddd7942b31a105413afd73b74bd69 (patch) | |
| tree | 30240e9187c6d0e1981f043ac3c2b64833751bae /lua | |
| parent | e863942494d7c72a7c8d2c54cf651f28fc5a76ab (diff) | |
| download | gruvbox-925b496cc02ddd7942b31a105413afd73b74bd69.tar.gz gruvbox-925b496cc02ddd7942b31a105413afd73b74bd69.tar.xz | |
Add Whitespace group (#199)
Fixes #196
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox/groups.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index 19bf59b..d225771 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -225,6 +225,7 @@ groups.setup = function() SpellBad = { link = "GruvboxRedUnderline" }, SpellLocal = { link = "GruvboxAquaUnderline" }, SpellRare = { link = "GruvboxPurpleUnderline" }, + Whitespace = { fg = colors.bg1 }, -- LSP Diagnostic DiagnosticError = { link = "GruvboxRed" }, DiagnosticSignError = { link = "GruvboxRedSign" }, |
