summary refs log tree commit diff
path: root/.vim/lua/conf/colors.lua
blob: 65d1fb1c03d2664e41aada080ac606768176a631 (plain) (blame)
1
2
3
4
5
6
7
8
9
local lush = require('lush')
local hsl = lush.hsl

return lush(function()
	return {
		Normal { bg = hsl}
	}
end)