We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18c3f7 commit 9bb699eCopy full SHA for 9bb699e
src/consts.ts
@@ -7,5 +7,5 @@ export const SITE_TITLE = "Bricked";
7
export const SITE_DESCRIPTION = "Welcome to bricked's personal website!";
8
export const SOURCE_REPOSITORY = "https://github.com/brckd/pages";
9
export const LICENSE_URI = `${SOURCE_REPOSITORY}/blob/main/LICENSE.md`;
10
-export const THEME_COLOR = "#89b4fa"; // Catppuccin Mocha blue
11
-export const BACKGROUND_COLOR = "#1e1e2e"; // Catppuccin Mocha mantle
+export const THEME_COLOR = "#181825"; // Catppuccin Mocha mantle
+export const BACKGROUND_COLOR = "#1e1e2e"; // Catppuccin Mocha base
0 commit comments