aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
Diffstat (limited to 'colors')
-rw-r--r--colors/gruvbox.vim7
1 files changed, 5 insertions, 2 deletions
diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim
index 0ba5756..8bce9bd 100644
--- a/colors/gruvbox.vim
+++ b/colors/gruvbox.vim
@@ -1,2 +1,5 @@
-lua package.loaded["gruvbox"] = nil
-lua require("gruvbox")
+set background=dark
+let g:colors_name="gruvbox"
+" reloading colors
+lua package.loaded["gruvbox.lush_template"] = nil
+lua require("lush")(require("gruvbox.lush_template"))