Skip to content

Commit a1ff5ee

Browse files
authored
feat(themes): add AMOLED theme with distinct light and dark color schemes (#2457)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
1 parent a45a50b commit a1ff5ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

booklore-ui/src/app/features/readers/ebook-reader/state/themes.constant.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,9 @@ export const themes: Theme[] = [
7575
light: {fg: '#4a148c', bg: '#f3e5f5', link: '#7b1fa2'},
7676
dark: {fg: '#c7b6dd', bg: '#3a3150', link: '#b39ddb'},
7777
},
78+
{
79+
name: 'amoled', label: 'AMOLED',
80+
light: {fg: '#000000', bg: '#ffffff', link: '#0066cc'},
81+
dark: {fg: '#ffffff', bg: '#000000', link: '#77bbee'},
82+
},
7883
];

0 commit comments

Comments
 (0)