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 @@ Dark (
c: "#FFF19E",
),
gray_1: (
c: "#1E1E1E",
c: "#1B1B1B",
),
gray_2: (
c: "#292929",
c: "#262626",
),
gray_3: (
c: "#2E2E2E",
c: "#303030",
),
neutral_1: (
neutral_0: (
c: "#000000",
),
neutral_1: (
c: "#1B1B1B",
),
neutral_2: (
c: "#272727",
c: "#303030",
),
neutral_3: (
c: "#424242",
c: "#474747",
),
neutral_4: (
c: "#5D5D5D",
c: "#5E5E5E",
),
neutral_5: (
c: "#787878",
c: "#777777",
),
neutral_6: (
c: "#939393",
c: "#919191",
),
neutral_7: (
c: "#AEAEAE",
c: "#ABABAB",
),
neutral_8: (
c: "#C9C9C9",
c: "#C6C6C6",
),
neutral_9: (
c: "#E4E4E4",
c: "#E2E2E2",
),
neutral_10: (
c: "#FFFFFF",