expose alternate bg palette
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
local lush = require "lush"
|
||||
local hsluv = lush.hsluv
|
||||
|
||||
local sand = hsluv(39, 9, 9) -- sand
|
||||
local stone = hsluv(230, 10, 76) -- stone
|
||||
|
||||
return {
|
||||
bg = hsluv(39, 9, 9), -- sand
|
||||
fg = hsluv(230, 10, 76), -- stone
|
||||
bg = sand,
|
||||
bg_stark = sand.abs_da(3).sa(8),
|
||||
bg_warm = sand.abs_li(3).de(12),
|
||||
fg = stone,
|
||||
rose = hsluv(6, 62, 60),
|
||||
leaf = hsluv(111, 47, 61),
|
||||
wood = hsluv(32, 47, 58),
|
||||
|
||||
Reference in New Issue
Block a user