Skip to content

Commit 9e65341

Browse files
committed
Changes to my theme
1 parent 0ed0616 commit 9e65341

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

quartz.config.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
88
*/
99
const config: QuartzConfig = {
1010
configuration: {
11-
pageTitle: "🪴 Quartz 4.0",
11+
pageTitle: "🪴 Sudipto",
1212
enableSPA: true,
1313
enablePopovers: true,
1414
analytics: {
@@ -32,21 +32,21 @@ const config: QuartzConfig = {
3232
lightgray: "#e5e5e5",
3333
gray: "#b8b8b8",
3434
darkgray: "#4e4e4e",
35-
dark: "#2b2b2b",
36-
secondary: "#284b63",
35+
dark: "#090c02",
36+
secondary: "#0b2e25",
3737
tertiary: "#84a59d",
38-
highlight: "rgba(143, 159, 169, 0.15)",
38+
highlight: "rgba(253, 231, 76, 0.15)",
3939
textHighlight: "#fff23688",
4040
},
4141
darkMode: {
42-
light: "#161618",
43-
lightgray: "#393639",
42+
light: "#090c02",
43+
lightgray: "#2b2e25",
4444
gray: "#646464",
4545
darkgray: "#d4d4d4",
4646
dark: "#ebebec",
4747
secondary: "#7b97aa",
4848
tertiary: "#84a59d",
49-
highlight: "rgba(143, 159, 169, 0.15)",
49+
highlight: "rgba(253, 231, 76, 0.15)",
5050
textHighlight: "#b3aa0288",
5151
},
5252
},

0 commit comments

Comments
 (0)