aboutsummaryrefslogtreecommitdiffstats
path: root/src/constants/theme.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-02 17:18:08 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-02 17:18:08 -0700
commita4e823682c16efc0fcdf8fb07ce32bfbb045cd84 (patch)
tree943c001e951be8c727ce4ea75e4e08a97d668974 /src/constants/theme.ts
parentafbe1434a478cc00f4f84c03f0886edd7806d4e3 (diff)
fork and restyle, init scaffold for changes
Diffstat (limited to 'src/constants/theme.ts')
-rw-r--r--src/constants/theme.ts16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/constants/theme.ts b/src/constants/theme.ts
index 1de6309..c19f915 100644
--- a/src/constants/theme.ts
+++ b/src/constants/theme.ts
@@ -1,12 +1,12 @@
export const theme = {
- border: "#F1F7ED",
- border100: "#5C5C5C",
+ border: "var(--cl-gray-3)",
+ border100: "var(--cl-gray-4)",
- text: "#FFFFFF",
- background100: "#002E3D",
+ text: "var(--cl-white)",
+ background100: "var(--cl-gray-1)",
- green: "#4DBB60",
- yellow: "#FFFF00",
- red: "#FF0000",
- gray: "#E6E6E6",
+ green: "var(--cl-green-6)",
+ yellow: "var(--cl-yellow)",
+ red: "var(--cl-red-6)",
+ gray: "var(--cl-gray-3)",
} as const;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage