aboutsummaryrefslogtreecommitdiff
path: root/lua/gruvbox.lua
diff options
context:
space:
mode:
authorEllison Leão <ellisonleao@gmail.com>2021-02-07 21:13:59 -0300
committerEllison Leão <ellisonleao@gmail.com>2021-02-07 21:23:21 -0300
commitd755ce15d44c0c36cc0e166be765d81c42faac9e (patch)
treebd25fc6c2b6381f0f132640f2d1afeb3cc059e03 /lua/gruvbox.lua
parent443f6094ff7badeb0e6e96083621dcb05bb225a2 (diff)
downloadgruvbox-d755ce15d44c0c36cc0e166be765d81c42faac9e.tar.gz
gruvbox-d755ce15d44c0c36cc0e166be765d81c42faac9e.tar.xz
fix signs
Diffstat (limited to 'lua/gruvbox.lua')
-rw-r--r--lua/gruvbox.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index c18ec64..764e8ca 100644
--- a/lua/gruvbox.lua
+++ b/lua/gruvbox.lua
@@ -280,10 +280,10 @@ Group.new("PmenuSbar", nil, bg2)
Group.new("PmenuThumb", nil, bg4)
-- Diffs
-Group.new("DiffDelete", red, bg0, styles.inverse)
-Group.new("DiffAdd", green, bg0, styles.inverse)
-Group.new("DiffChange", aqua, bg0, styles.inverse)
-Group.new("DiffText", yellow, bg0, styles.inverse)
+Group.new("DiffDelete", red, bg1, invert_signs)
+Group.new("DiffAdd", green, bg1, invert_signs)
+Group.new("DiffChange", aqua, bg1, invert_signs)
+Group.new("DiffText", yellow, bg1, invert_signs)
-- Spelling
if vim.fn.has("spell") == 1 then