style: reduce frontend visual effects
This commit is contained in:
4
lib/theme.ts
Normal file
4
lib/theme.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const APP_THEME_COLORS = {
|
||||
light: "#eef3f7",
|
||||
dark: "#171d25",
|
||||
} as const;
|
||||
Reference in New Issue
Block a user