aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/gruvbox/base.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/gruvbox/base.lua b/lua/gruvbox/base.lua
index dc4c13d..1e587e4 100644
--- a/lua/gruvbox/base.lua
+++ b/lua/gruvbox/base.lua
@@ -272,6 +272,10 @@ local base_group = lush(function()
-- gitcommit
gitcommitSelectedFile {GruvboxGreen},
gitcommitDiscardedFile {GruvboxRed},
+ -- checkhealth
+ healthError {fg = bg0, bg = red},
+ healthSuccess {fg = bg0, bg = green},
+ healthWarning {fg = bg0, bg = yellow},
}
end)