mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add some themes
This commit is contained in:
parent
7cbc19ed39
commit
8285f795b0
2 changed files with 39 additions and 1 deletions
|
|
@ -7,7 +7,13 @@ const themes = [
|
|||
'dim',
|
||||
'dark',
|
||||
'solarized-light',
|
||||
'solarized-dark'
|
||||
'solarized-dark',
|
||||
'emo',
|
||||
'nord',
|
||||
'redrum',
|
||||
'toxin',
|
||||
'valve',
|
||||
'wasp'
|
||||
]
|
||||
|
||||
const DEFAULT_THEME = themes[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue