Improve dark theme style
This commit is contained in:
parent
840d539a47
commit
d30b8d9939
@ -1,22 +1,27 @@
|
|||||||
body {
|
body {
|
||||||
--mainBackgroundColor: #111111;
|
--mainBackgroundColor: #111111;
|
||||||
--mainForegroundColor: #fff;
|
--mainForegroundColor: #e0e0e1;
|
||||||
|
|
||||||
|
--mainBackgroundHoverColor: #30343b;
|
||||||
|
|
||||||
/* Compat with PeerTube < 3.2 */
|
/* Compat with PeerTube < 3.2 */
|
||||||
--submenuColor: rgb(32, 32, 32);
|
--submenuColor: rgb(32, 32, 32);
|
||||||
|
|
||||||
--submenuBackgroundColor: rgb(32, 32, 32);
|
--submenuBackgroundColor: rgb(32, 32, 32);
|
||||||
|
|
||||||
--inputForegroundColor: #fff;
|
--inputForegroundColor: #e0e0e1;
|
||||||
--inputBackgroundColor: gray;
|
--inputBackgroundColor: #30363d;
|
||||||
--inputPlaceholderColor: #fff;
|
--inputPlaceholderColor: #e0e0e1;
|
||||||
|
|
||||||
--textareaForegroundColor: #fff;
|
--textareaForegroundColor: #e0e0e1;
|
||||||
--textareaBackgroundColor: gray;
|
--textareaBackgroundColor: #30363d;
|
||||||
--markdownTextareaBackgroundColor: gray;
|
--markdownTextareaBackgroundColor: #30363d;
|
||||||
|
|
||||||
--greyForegroundColor: gray;
|
--greyForegroundColor: #bbb;
|
||||||
--actionButtonColor: gray;
|
--greyBackgroundColor: #232830;
|
||||||
|
--greySecondaryBackgroundColor: #30343b;
|
||||||
|
|
||||||
|
--actionButtonColor: #bbb;
|
||||||
--activatedActionButtonColor: #fff;
|
--activatedActionButtonColor: #fff;
|
||||||
|
|
||||||
--channelBackgroundColor: rgb(32, 32, 32);
|
--channelBackgroundColor: rgb(32, 32, 32);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "peertube-theme-dark",
|
"name": "peertube-theme-dark",
|
||||||
"version": "2.2.5",
|
"version": "2.3.0",
|
||||||
"description": "PeerTube dark theme",
|
"description": "PeerTube dark theme",
|
||||||
"engine": {
|
"engine": {
|
||||||
"peertube": ">=2.2.0"
|
"peertube": ">=2.2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user