Add dark theme
This commit is contained in:
parent
a867542d87
commit
8d4ceaed9d
1
peertube-theme-dark/README.md
Normal file
1
peertube-theme-dark/README.md
Normal file
@ -0,0 +1 @@
|
||||
# PeerTube dark theme
|
7
peertube-theme-dark/assets/style.css
Normal file
7
peertube-theme-dark/assets/style.css
Normal file
@ -0,0 +1,7 @@
|
||||
body {
|
||||
--mainBackgroundColor: #111111;
|
||||
--mainForegroundColor: #fff;
|
||||
--submenuColor: rgb(32, 32, 32);
|
||||
--inputColor: gray;
|
||||
--inputPlaceholderColor: #fff;
|
||||
}
|
20
peertube-theme-dark/package.json
Normal file
20
peertube-theme-dark/package.json
Normal 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": []
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user