revert: improve palette contrast (#207)

This commit restores the official palette colours. A future update will
address contrast.
This commit is contained in:
not 2024-01-08 09:27:46 -06:00 committed by GitHub
commit 188190f285

View file

@ -11,7 +11,7 @@ local variants = {
love = "#eb6f92", love = "#eb6f92",
gold = "#f6c177", gold = "#f6c177",
rose = "#ebbcba", rose = "#ebbcba",
pine = "#3e8fb0", pine = "#31748f",
foam = "#9ccfd8", foam = "#9ccfd8",
iris = "#c4a7e7", iris = "#c4a7e7",
highlight_low = "#21202e", highlight_low = "#21202e",
@ -45,7 +45,7 @@ local variants = {
overlay = "#f2e9e1", overlay = "#f2e9e1",
muted = "#9893a5", muted = "#9893a5",
subtle = "#797593", subtle = "#797593",
text = "#464261", text = "#575279",
love = "#b4637a", love = "#b4637a",
gold = "#ea9d34", gold = "#ea9d34",
rose = "#d7827e", rose = "#d7827e",