dees-catalog/ts_web/elements/00colors.ts

13 lines
224 B
TypeScript
Raw Permalink Normal View History

2024-01-15 18:42:15 +00:00
export const dark = {
blue: '#0050b9',
blueActive: '#0069f2',
2024-01-22 16:12:58 +00:00
blueMuted: '#012452',
2024-01-15 18:42:15 +00:00
text: '#ffffff',
}
export const bright = {
blue: '#0050b9',
blueActive: '#0069f2',
2024-01-22 16:12:58 +00:00
blueMuted: '#0069f2',
2024-01-15 18:42:15 +00:00
text: '#333333',
}