mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
16 lines
589 B
TypeScript
16 lines
589 B
TypeScript
export const borderColor = "#343434";
|
|
export const bgColor = "#161616";
|
|
export const componentBgColor = "#1c1c1c";
|
|
export const componentBgColor2 = "#232323";
|
|
export const blueColor = "#3185FC";
|
|
export const textColor1 = "#ededed";
|
|
export const textColor2 = "#a0a0a0";
|
|
export const blueColorDark = "#11233e"
|
|
export const blueColorLight = "#0090ff"
|
|
export const greenColorDark = "#10291e"
|
|
export const greenColorLight = "#30a46b"
|
|
export const redColorDark = "#3c181a"
|
|
export const redColorLight = "#e5484d"
|
|
export const yellowColorDark = "#2d2200"
|
|
export const yellowColorLight = "#f5d90a"
|