mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07: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;
|
box-sizing: border-box;
|
||||||
|
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
color: hsl(0, 0%, 0%, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputBox {
|
.inputBox {
|
||||||
|
|
@ -12,7 +13,7 @@
|
||||||
|
|
||||||
font: inherit;
|
font: inherit;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
border: 2px solid #000;
|
border: 2px solid hsl(0, 0%, 0%, 0.8);;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -21,7 +22,7 @@
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
border: 2px solid #000;
|
border: 2px solid hsl(0, 0%, 0%, 0.8);;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,17 @@ import '~/src/style/themes.css'
|
||||||
|
|
||||||
const themes = [
|
const themes = [
|
||||||
'default',
|
'default',
|
||||||
|
'default-borders',
|
||||||
'default-dark',
|
'default-dark',
|
||||||
'nord',
|
'default-dark-borders',
|
||||||
'solarized-dark',
|
'default-dim',
|
||||||
|
'default-dim-borders',
|
||||||
'solarized-light',
|
'solarized-light',
|
||||||
|
'solarized-light-borders',
|
||||||
|
'solarized-dark',
|
||||||
|
'solarized-dark-borders',
|
||||||
|
'nord',
|
||||||
|
'nord-borders',
|
||||||
'_raw'
|
'_raw'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue