chore: update theme colors

This commit is contained in:
Ashley Wulber 2023-07-21 15:33:55 -04:00 committed by Jeremy Soller
parent b9bd41483d
commit a3ab6e93f3
4 changed files with 54 additions and 45 deletions

View file

@ -14,40 +14,43 @@ Light (
c: "#966800",
),
gray_1: (
c: "#DEDEDE",
c: "#DDDDDD",
),
gray_2: (
c: "#E9E9E9",
c: "#E8E8E8",
),
gray_3: (
c: "#F4F4F4",
c: "#F3F3F3",
),
neutral_1: (
neutral_0: (
c: "#FFFFFF",
),
neutral_1: (
c: "#E2E2E2",
),
neutral_2: (
c: "#E4E4E4",
c: "#C6C6C6",
),
neutral_3: (
c: "#C9C9C9",
c: "#ABABAB",
),
neutral_4: (
c: "#AEAEAE",
c: "#919191",
),
neutral_5: (
c: "#939393",
c: "#777777",
),
neutral_6: (
c: "#787878",
c: "#5E5E5E",
),
neutral_7: (
c: "#5D5D5D",
c: "#474747",
),
neutral_8: (
c: "#424242",
c: "#303030",
),
neutral_9: (
c: "#272727",
c: "#1B1B1B",
),
neutral_10: (
c: "#000000",