aboutsummaryrefslogtreecommitdiffstats
path: root/src/constants/theme.ts
blob: c19f915d65d01fd13d66ea0f123d0b5b649a15c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
export const theme = {
  border:       "var(--cl-gray-3)",
  border100:    "var(--cl-gray-4)",

  text:         "var(--cl-white)",
  background100: "var(--cl-gray-1)",

  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