diff options
| author | Ellison Leão <ellisonleao@gmail.com> | 2021-04-08 10:46:35 -0300 |
|---|---|---|
| committer | Ellison Leão <ellisonleao@gmail.com> | 2021-04-08 10:46:35 -0300 |
| commit | 011ccbef710135c150b9b33ffabfd4c71835616b (patch) | |
| tree | 786e848514773972d4946b20a7fd2f645c4d618d | |
| parent | 5b39c03ee9824fdcab9739f099ee848f234a155c (diff) | |
| download | gruvbox-011ccbef710135c150b9b33ffabfd4c71835616b.tar.gz gruvbox-011ccbef710135c150b9b33ffabfd4c71835616b.tar.xz | |
adding checkhealth hi groups
| -rw-r--r-- | lua/gruvbox/base.lua | 4 |
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) |
