mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Themes: update list
This commit is contained in:
parent
06c8e5a4f7
commit
998a73896f
2 changed files with 12 additions and 4 deletions
|
|
@ -5,6 +5,7 @@
|
|||
box-sizing: border-box;
|
||||
|
||||
padding: 8px;
|
||||
color: hsl(0, 0%, 0%, 0.8);
|
||||
}
|
||||
|
||||
.inputBox {
|
||||
|
|
@ -12,7 +13,7 @@
|
|||
|
||||
font: inherit;
|
||||
outline: 0;
|
||||
border: 2px solid #000;
|
||||
border: 2px solid hsl(0, 0%, 0%, 0.8);;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
|
|
@ -21,7 +22,7 @@
|
|||
overflow-y: scroll;
|
||||
box-sizing: border-box;
|
||||
|
||||
border: 2px solid #000;
|
||||
border: 2px solid hsl(0, 0%, 0%, 0.8);;
|
||||
padding: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,10 +4,17 @@ import '~/src/style/themes.css'
|
|||
|
||||
const themes = [
|
||||
'default',
|
||||
'default-borders',
|
||||
'default-dark',
|
||||
'nord',
|
||||
'solarized-dark',
|
||||
'default-dark-borders',
|
||||
'default-dim',
|
||||
'default-dim-borders',
|
||||
'solarized-light',
|
||||
'solarized-light-borders',
|
||||
'solarized-dark',
|
||||
'solarized-dark-borders',
|
||||
'nord',
|
||||
'nord-borders',
|
||||
'_raw'
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue