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