Skip to content

Commit

Permalink
Added AMOLED theme
Browse files Browse the repository at this point in the history
  • Loading branch information
T3M1N4L authored and surunzi committed Jul 9, 2024
1 parent 0dc9e13 commit 086ed02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const darkThemes = [
'Atom One Dark',
'Solarized Dark',
'Night Owl',
'AMOLED',
]

export function isDarkTheme(theme) {
Expand Down Expand Up @@ -227,4 +228,10 @@ export default {
'#994cc3', '#aa0982', '#7d818b', '#994cc3', '#546e7a',
'#994cc3', '#4876d6', '#4876d6', '#637777',
]),
'AMOLED': createDarkTheme([
'#000000', '#8F93A2', '#FFFFFF', '#68FFAE', '#000000',
'#41465b', '#4B526D', '#000000', '#DEFDF7', '#9CFFCF',
'#D596FF', '#A76DF7', '#9FC5FF', '#86F3C7', '#8F93A2',
'#D596FF', '#8293FF', '#95FFDC', '#000000',
]),
}

0 comments on commit 086ed02

Please sign in to comment.