Skip to content

Commit 248576a

Browse files
committed
chore: update color file
1 parent 4528d51 commit 248576a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/assets/colors.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Primary colors; used for the site's theme
22
# File is for reference only; not used in the project
33
colors:
4-
grey:
5-
name: Grey
4+
bg-slate:
5+
name: Slate
66
hex: "#1e2129"
77
rgb: [30, 33, 41]
8-
pink:
9-
name: Pink
10-
hex: "#e92063"
11-
rgb: [233, 32, 99]
12-
teal:
8+
primary:
139
name: Teal
1410
hex: "#009485"
15-
rgb: [0, 148, 133]
11+
rgb: [0, 148, 133]
12+
accent:
13+
name: Peachy Peach
14+
hex: "#FFB482"
15+
rgb: [255, 180, 130]

0 commit comments

Comments
 (0)