Add some themes

This commit is contained in:
He4eT 2021-03-03 16:58:53 +05:00
commit 8285f795b0
2 changed files with 39 additions and 1 deletions

View file

@ -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]