Skip to content

Commit 407c26a

Browse files
Merge pull request #6 from PrathameshDhande22/theme-change
Theme change
2 parents c000293 + 20a0f3b commit 407c26a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

quartz.config.ts

+21-21
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@ const config: QuartzConfig = {
2929
code: "IBM Plex Mono",
3030
},
3131
colors: {
32-
lightMode: {
33-
light: "#faf8f8",
34-
lightgray: "#e5e5e5",
35-
gray: "#b8b8b8",
36-
darkgray: "#4e4e4e",
37-
dark: "#2b2b2b",
38-
secondary: "#284b63",
39-
tertiary: "#84a59d",
40-
highlight: "rgba(143, 159, 169, 0.15)",
41-
textHighlight: "#fff23688",
42-
},
43-
darkMode: {
44-
light: "#161618",
45-
lightgray: "#393639",
46-
gray: "#646464",
47-
darkgray: "#d4d4d4",
48-
dark: "#ebebec",
49-
secondary: "#7b97aa",
50-
tertiary: "#84a59d",
51-
highlight: "rgba(143, 159, 169, 0.15)",
52-
textHighlight: "#b3aa0288",
32+
"lightMode": {
33+
"light": "#fcfcfc",
34+
"lightgray": "#eaeaea",
35+
"gray": "#b0b0b0",
36+
"darkgray": "#565656",
37+
"dark": "#232323",
38+
"secondary": "#2d5d7b",
39+
"tertiary": "#6ba396",
40+
"highlight": "rgba(143, 159, 169, 0.18)",
41+
"textHighlight": "#f5d76e88"
5342
},
43+
"darkMode": {
44+
"light": "#121214",
45+
"lightgray": "#2a2a2c",
46+
"gray": "#5a5a5c",
47+
"darkgray": "#e0e0e2",
48+
"dark": "#f8f8fa",
49+
"secondary": "#7ba6c2",
50+
"tertiary": "#7db9aa",
51+
"highlight": "rgba(143, 159, 169, 0.18)",
52+
"textHighlight": "#b3aa0299",
53+
}
5454
},
5555
},
5656
},

0 commit comments

Comments
 (0)