summary refs log tree commit diff
path: root/.vim/colors/lush.lua
diff options
context:
space:
mode:
Diffstat (limited to '.vim/colors/lush.lua')
-rw-r--r--.vim/colors/lush.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vim/colors/lush.lua b/.vim/colors/lush.lua
new file mode 100644
index 0000000..eab2415
--- /dev/null
+++ b/.vim/colors/lush.lua
@@ -0,0 +1,7 @@
+if not vim.opt.termguicolors:get() then
+  return
+end
+
+vim.g.colors_name = 'lush'
+vim.opt.background = 'dark'
+require('lush')(require('colors'))