We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bef3a commit eb4f367Copy full SHA for eb4f367
1 file changed
_assets/theme.scss
@@ -5,19 +5,19 @@ Set your website theme here.
5
$themes: (
6
"light": (
7
"primary-bg": #ffffff,
8
- "secondary-bg": #7dd4db,
9
- "tertiary-bg": #4fb9c1,
+ "secondary-bg": #520761,
+ "tertiary-bg": #520761,
10
"primary-fg": #000000,
11
- "secondary-fg": #9b4d5f,
12
- "tertiary-fg": #b85b74,
+ "secondary-fg": #036077,
+ "tertiary-fg": #036077,
13
),
14
"dark": (
15
- "primary-bg": #2e2c2c,
16
- "secondary-bg": #10555a,
17
- "tertiary-bg": #1c8991,
+ "primary-bg": #271227,
+ "secondary-bg": #a849a8,
+ "tertiary-bg": #a849a8,
18
"primary-fg": #ffffff,
19
- "secondary-fg": #df6dc2,
20
- "tertiary-fg": #b925b2,
+ "secondary-fg": #77c3c9,
+ "tertiary-fg": #77c3c9,
21
22
);
23
0 commit comments