Files
gameyfin/frontend/theming/themes/gameyfin-violet.ts
T
2024-05-14 10:22:17 +02:00

20 lines
462 B
TypeScript

import {Theme} from '../theme';
export const GameyfinViolet: Theme = {
name: 'gameyfin-violet',
colors: {
primary: {
50: '#f3ebff',
100: '#d5c7ed',
200: '#b7a4dd',
300: '#9a7fce',
400: '#7d5abe',
500: '#6441a5',
600: '#4e3281',
700: '#37235d',
800: '#21153a',
900: '#0d0519',
DEFAULT: '#6441a5'
}
}
};