rename colors -> palette

This commit is contained in:
Michael Chris Lopez
2021-09-12 14:19:33 +08:00
parent aba7fec9e0
commit 6fe184ee3f
5 changed files with 7 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
local lush = require "lush"
local c = require "zenbones.colors"
local c = require "zenbones.palette"
local normal_bg = c.sand
local diff_bg_li = 0

View File

@@ -1,7 +1,7 @@
local lush = require "lush"
local hsluv = lush.hsluv
local colors = {
return {
sand = hsluv(39, 12, 94),
stone = hsluv(230, 30, 22),
leaf = hsluv(103, 72, 46),
@@ -11,5 +11,3 @@ local colors = {
blossom = hsluv(318, 42, 42),
sky = hsluv(204, 80, 53),
}
return colors

View File

@@ -1,5 +1,5 @@
local lush = require "lush"
local c = require "zenbones.colors"
local c = require "zenbones.palette"
local colors = {
c.stone,