Skip to content

Commit 9bb699e

Browse files
committed
fix(consts): use mantle as theme color
1 parent e18c3f7 commit 9bb699e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/consts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export const SITE_TITLE = "Bricked";
77
export const SITE_DESCRIPTION = "Welcome to bricked's personal website!";
88
export const SOURCE_REPOSITORY = "https://github.com/brckd/pages";
99
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
10+
export const THEME_COLOR = "#181825"; // Catppuccin Mocha mantle
11+
export const BACKGROUND_COLOR = "#1e1e2e"; // Catppuccin Mocha base

0 commit comments

Comments
 (0)