This commit is contained in:
2026-03-27 08:45:07 -05:00
parent 45f6fddc8e
commit 62cc66c139

View File

@@ -54,7 +54,7 @@ local primary_colors = {
orange = base_colors.orange,
light_orange = lighten(base_colors.orange, 1.5),
purple = base_colors.purple,
light_grey = hsl("#a2a2b2"),
light_grey = darken(base_colors.white, 1.4),
white = base_colors.white,
red = base_colors.red,
tan = base_colors.tan,