summary refs log tree commit diff
path: root/.vim/lua/conf/colors.lua
diff options
context:
space:
mode:
Diffstat (limited to '.vim/lua/conf/colors.lua')
-rw-r--r--.vim/lua/conf/colors.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/.vim/lua/conf/colors.lua b/.vim/lua/conf/colors.lua
new file mode 100644
index 0000000..65d1fb1
--- /dev/null
+++ b/.vim/lua/conf/colors.lua
@@ -0,0 +1,9 @@
+
+local lush = require('lush')
+local hsl = lush.hsl
+
+return lush(function()
+	return {
+		Normal { bg = hsl}
+	}
+end)