Added colorblind theme

Refactored other themes & theming in general
This commit is contained in:
grimsi
2024-09-25 20:33:59 +02:00
parent ca2312b809
commit ff0d34e3a5
18 changed files with 322 additions and 89 deletions
@@ -4,7 +4,7 @@ export const GameyfinClassic: Theme = {
name: 'gameyfin-classic',
colors: {
primary: {
50: '#e1ffec',
DEFAULT: '#16A34A',
100: '#b8f7cf',
200: '#8ef0b2',
300: '#62ea94',
@@ -13,8 +13,19 @@ export const GameyfinClassic: Theme = {
600: '#159d47',
700: '#0b7032',
800: '#02431d',
900: '#001804',
DEFAULT: '#16A34A'
900: '#001804'
},
secondary: {
DEFAULT: '#ca208d',
100: '#f8cfe9',
200: '#f0a0d3',
300: '#e970bc',
400: '#e140a6',
500: '#ca208d',
600: '#a21970',
700: '#7a1354',
800: '#510d38',
900: '#29061c'
}
}
};