blowater/UI/style/colors.ts

15 lines
601 B
TypeScript
Raw Normal View History

2023-06-30 14:05:57 +00:00
export const PrimaryBackgroundColor = "#18181B";
export const SecondaryBackgroundColor = "#27272A";
export const PrimaryTextColor = "#FFFFFF";
export const SecondaryTextColor = "#8B8B8D";
export const HintTextColor = "#A9A9AA";
export const DividerBackgroundColor = "#3F3F46";
export const PlaceholderColor = "#7D7D7F";
export const HintLinkColor = "#C039E0";
export const HoverButtonBackgroudColor = "#52525B";
export const SuccessColor = "#22C55E";
export const WarnColor = "#EAB308";
export const ErrorColor = "#EF4444";
export const TitleIconColor = "#FF772B";
2023-07-09 10:22:09 +00:00
export const LinkColor = "#24ADEB";