summary refs log tree commit diff
path: root/.vim/lua/conf/colors.lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-04-22 13:19:32 +0200
committerRobert Günzler <r@gnzler.io>2021-04-26 02:09:48 +0200
commit23050d0a3a958cd011cd2bc87aa8a6f546399af2 (patch)
tree841940ce746a0375b706cae810f4088839f3b0cb /.vim/lua/conf/colors.lua
parentd3497269ec01f89178b784169bdc53cbd16aafa2 (diff)
vim: update
* adds colors
* neuron.nvim config
* etc.
Diffstat (limited to '.vim/lua/conf/colors.lua')
-rw-r--r--.vim/lua/conf/colors.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/.vim/lua/conf/colors.lua b/.vim/lua/conf/colors.lua
deleted file mode 100644
index 65d1fb1..0000000
--- a/.vim/lua/conf/colors.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-
-local lush = require('lush')
-local hsl = lush.hsl
-
-return lush(function()
-	return {
-		Normal { bg = hsl}
-	}
-end)