feat: update palette

This commit is contained in:
Mandy Noto 2023-05-22 12:57:09 -07:00
commit b264544b33
No known key found for this signature in database

View file

@ -8,9 +8,9 @@ local variants = {
text = '#e0def4', text = '#e0def4',
love = '#eb6f92', love = '#eb6f92',
gold = '#f6c177', gold = '#f6c177',
rose = '#ebbcba', rose = '#c0918f',
pine = '#31748f', pine = '#9ccfd8',
foam = '#9ccfd8', foam = '#37ADED',
iris = '#c4a7e7', iris = '#c4a7e7',
highlight_low = '#21202e', highlight_low = '#21202e',
highlight_med = '#403d52', highlight_med = '#403d52',
@ -36,70 +36,18 @@ local variants = {
none = 'NONE', none = 'NONE',
}, },
dawn = { dawn = {
-- base = '#faf4ed',
-- mandatory base white
base = '#ffffff', base = '#ffffff',
surface = '#fffaf3', surface = '#fffaf3',
-- surface = '#ececec',
-- surface = '#fbfbfb',
-- surface = '#fafafa',
-- overlay = '#f2e9e1',
overlay = '#faf1e9', overlay = '#faf1e9',
-- overlay = '#ececec',
-- overlay = '#e0e0e0',
-- overlay = '#fbfbfb',
-- overlay = '#C9E0FF',
-- overlay = '#f1f1f1',
-- overlay = '#f4f5f5',
-- overlay = '#f2f3f3',
muted = '#9893a5', muted = '#9893a5',
subtle = '#797593', subtle = '#797593',
text = '#575279', text = '#575279',
-- love = '#b4637a',
-- love = '#DC143C',
love = '#ce3536', love = '#ce3536',
gold = '#ea9d34', gold = '#bf7209',
-- rose = '#d7827e',
rose = '#6F4E37', rose = '#6F4E37',
-- rose = '#af8e77',
-- rose = '#a18069',
-- pine = '#286983',
pine = '#008080', pine = '#008080',
-- pine = '#35A34A',
-- pine = '#689d6a',
-- pine = '#397a94',
-- pine = '#599ab4',
-- pine = '#397a94',
-- pine = '#84ae6c',
-- pine = '#93C572',
-- pine = '#478778',
-- pine = '#B4C424',
-- pine = '#478778',
-- pine = '#3c90c6',
-- pine = '#40826D',
-- pine = '#008080',
-- pine = '#40B5AD',
-- pine = '#8A9A5B',
-- pine = '#00af87',
-- pine = '#5F9EA0',
-- pine = '#BAEDA9',
-- pine = '#90EE90',
-- pine = '#40826D',
-- pine = '#9FE2BF',
-- pine = '#598341',
-- pine = '#6c9654',
-- pine = '#7aa462',
-- pine = '#83ad6b',
-- pine = '#88b270',
-- pine = '#91bb79',
-- foam = '#56949f',
foam = '#3c90c6', foam = '#3c90c6',
iris = '#907aa9', iris = '#5F2A88',
highlight_low = '#f4ede8', highlight_low = '#f4ede8',
highlight_med = '#dfdad9', highlight_med = '#dfdad9',
highlight_high = '#cecacd', highlight_high = '#cecacd',