Skip to content

Commit eb4f367

Browse files
committed
update theme colors
1 parent 90bef3a commit eb4f367

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

_assets/theme.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ Set your website theme here.
55
$themes: (
66
"light": (
77
"primary-bg": #ffffff,
8-
"secondary-bg": #7dd4db,
9-
"tertiary-bg": #4fb9c1,
8+
"secondary-bg": #520761,
9+
"tertiary-bg": #520761,
1010
"primary-fg": #000000,
11-
"secondary-fg": #9b4d5f,
12-
"tertiary-fg": #b85b74,
11+
"secondary-fg": #036077,
12+
"tertiary-fg": #036077,
1313
),
1414
"dark": (
15-
"primary-bg": #2e2c2c,
16-
"secondary-bg": #10555a,
17-
"tertiary-bg": #1c8991,
15+
"primary-bg": #271227,
16+
"secondary-bg": #a849a8,
17+
"tertiary-bg": #a849a8,
1818
"primary-fg": #ffffff,
19-
"secondary-fg": #df6dc2,
20-
"tertiary-fg": #b925b2,
19+
"secondary-fg": #77c3c9,
20+
"tertiary-fg": #77c3c9,
2121
),
2222
);
2323

0 commit comments

Comments
 (0)