blowater/app/UI/style/colors.ts
2024-03-16 15:09:30 +08:00

22 lines
931 B
TypeScript

export const PrimaryBackgroundColor = "#18181B";
export const SecondaryBackgroundColor = "#27272A";
export const DividerBackgroundColor = "#3F3F46";
export const cardBackgroundColor = "#202225";
export const HoverButtonBackgroundColor = "#52525B";
export const BackgroundColor_Primary = "bg-[#18181B]";
export const BackgroundColor_Secondary = "bg-[#27272A]";
export const BackgroundColor_MessagePanel = "bg-[#36393F]";
export const BackgroundColor_HoverButton = "bg-[#52525B]";
export const TextColor_Primary = "text-[#FFFFFF]";
export const PrimaryTextColor = "#FFFFFF";
export const SecondaryTextColor = "#8B8B8D";
export const HintTextColor = "#A9A9AA";
export const PlaceholderColor = "#7D7D7F";
export const HintLinkColor = "#C039E0";
export const SuccessColor = "#22C55E";
export const WarnColor = "#EAB308";
export const ErrorColor = "#EF4444";
export const TitleIconColor = "#FF772B";
export const LinkColor = "#24ADEB";