mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-02-18 03:07:40 +01:00
feat(themes): add AMOLED theme with distinct light and dark color schemes (#2457)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
This commit is contained in:
@@ -75,4 +75,9 @@ export const themes: Theme[] = [
|
||||
light: {fg: '#4a148c', bg: '#f3e5f5', link: '#7b1fa2'},
|
||||
dark: {fg: '#c7b6dd', bg: '#3a3150', link: '#b39ddb'},
|
||||
},
|
||||
{
|
||||
name: 'amoled', label: 'AMOLED',
|
||||
light: {fg: '#000000', bg: '#ffffff', link: '#0066cc'},
|
||||
dark: {fg: '#ffffff', bg: '#000000', link: '#77bbee'},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user