mirror of
https://github.com/Jellify-Music/App.git
synced 2026-03-18 11:10:59 -05:00
9 lines
301 B
TypeScript
9 lines
301 B
TypeScript
export enum Colors {
|
|
Primary = "#cc2f71", // Telemagenta
|
|
Secondary = "#514C63", // English Violet
|
|
Borders = "#100538", // Russian Violet
|
|
Background = "#070217", // Rich Black
|
|
|
|
White = "#ffffff", // Uh-huh
|
|
Black = "#000000", // Yep
|
|
} |