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, 12, 94)
|
||||
local stone = hsluv(230, 30, 22)
|
||||
|
||||
return {
|
||||
bg = hsluv(39, 12, 94), -- sand
|
||||
fg = hsluv(230, 30, 22), -- stone
|
||||
bg = sand,
|
||||
bg_bright = sand.abs_li(3).sa(6),
|
||||
bg_dim = sand.abs_da(3).de(12),
|
||||
fg = stone,
|
||||
leaf = hsluv(112, 72, 42),
|
||||
water = hsluv(236, 84, 40),
|
||||
rose = hsluv(4, 70, 40),
|
||||
|
||||
Reference in New Issue
Block a user