Add dark theme

This commit is contained in:
Chocobozzz 2019-07-17 14:58:36 +02:00
parent a867542d87
commit 8d4ceaed9d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1 @@
# PeerTube dark theme

View File

@ -0,0 +1,7 @@
body {
--mainBackgroundColor: #111111;
--mainForegroundColor: #fff;
--submenuColor: rgb(32, 32, 32);
--inputColor: gray;
--inputPlaceholderColor: #fff;
}

View File

@ -0,0 +1,20 @@
{
"name": "peertube-theme-dark",
"version": "0.0.1",
"description": "PeerTube dark theme",
"engine": {
"peertube": ">=1.3.0"
},
"keywords": [
"peertube",
"theme"
],
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-dark",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"staticDirs": {},
"css": [
"assets/style.css"
],
"clientScripts": []
}