mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Simplify themes
This commit is contained in:
parent
675a84c14b
commit
2ed3f9a3ad
3 changed files with 28 additions and 80 deletions
|
|
@ -3,16 +3,11 @@ import { useState } from 'preact/hooks'
|
|||
import '~/src/style/themes.css'
|
||||
|
||||
const themes = [
|
||||
'default',
|
||||
'default-borders',
|
||||
'default-dim',
|
||||
'default-dim-borders',
|
||||
'default-dark',
|
||||
'default-dark-borders',
|
||||
'light',
|
||||
'dim',
|
||||
'dark',
|
||||
'solarized-light',
|
||||
'solarized-light-borders',
|
||||
'solarized-dark',
|
||||
'solarized-dark-borders'
|
||||
'solarized-dark'
|
||||
]
|
||||
|
||||
const DEFAULT_THEME = themes[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue