mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-17 00:30:04 +00:00
Added colorblind theme
Refactored other themes & theming in general
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user