Files
self/app/src/utils/colors.ts
2024-04-10 22:37:22 +02:00

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"