diff options
| author | Ellison Leão <ellisonleao@gmail.com> | 2024-05-17 15:02:46 -0300 |
|---|---|---|
| committer | Ellison Leão <ellisonleao@gmail.com> | 2024-05-17 15:02:46 -0300 |
| commit | 20f90039564b293330bf97acc36dda8dd9e721a0 (patch) | |
| tree | 5e9c0972e5ec826a158188ca7962f1555c6ce1af | |
| parent | c442515506caa166118e157980f62a9ac24fa8c3 (diff) | |
| download | gruvbox-20f90039564b293330bf97acc36dda8dd9e721a0.tar.gz gruvbox-20f90039564b293330bf97acc36dda8dd9e721a0.tar.xz | |
add Delimiter highlight group. Close #335
| -rw-r--r-- | lua/gruvbox.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index 3f2004c..b3695c7 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -369,6 +369,7 @@ local function get_groups() SpellLocal = { link = "GruvboxAquaUnderline" }, SpellRare = { link = "GruvboxPurpleUnderline" }, Whitespace = { fg = colors.bg2 }, + Delimiter = { link = "GruvboxOrange" }, DiagnosticError = { link = "GruvboxRed" }, DiagnosticSignError = { link = "GruvboxRedSign" }, DiagnosticUnderlineError = { link = "GruvboxRedUnderline" }, |
