Create framasoft's theme
This commit is contained in:
parent
56d07cd9cc
commit
e85121a9d6
7
peertube-theme-framasoft/README.md
Normal file
7
peertube-theme-framasoft/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# PeerTube Framasoft theme
|
||||||
|
|
||||||
|
Framasoft for PeerTube.
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
|
||||||
|
https://framatube.org
|
25
peertube-theme-framasoft/assets/style.css
Normal file
25
peertube-theme-framasoft/assets/style.css
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
body {
|
||||||
|
--mainColor: #c42719;
|
||||||
|
--mainColorLighter: #d93e25;
|
||||||
|
--mainColorLightest: #fedcd7;
|
||||||
|
--mainHoverColor: #9c221c;
|
||||||
|
--mainBackgroundColor: #fff;
|
||||||
|
--mainForegroundColor: #1a202c;
|
||||||
|
--secondaryColor: #725794;
|
||||||
|
--greyForegroundColor: #677890;
|
||||||
|
--greyBackgroundColor:#e2e8f0;
|
||||||
|
--menuBackgroundColor: #1a202c;
|
||||||
|
--menuForegroundColor: #fff;
|
||||||
|
--submenuColor:#f7f7f7;
|
||||||
|
--inputForegroundColor: #1a202c;
|
||||||
|
--inputBackgroundColor: #fff;
|
||||||
|
--inputPlaceholderColor: #a0aec0;
|
||||||
|
--textareaForegroundColor: #1a202c;
|
||||||
|
--textareaBackgroundColor: #fff;
|
||||||
|
--markdownTextareaBackgroundColor: #efefef;
|
||||||
|
--actionButtonColor: #677890;
|
||||||
|
--supportButtonBackgroundColor: transparent;
|
||||||
|
--supportButtonColor: var(--actionButtonColor);
|
||||||
|
--supportButtonHeartColor: #c47123;
|
||||||
|
--activatedActionButtonColor:#1a202c;
|
||||||
|
}
|
21
peertube-theme-framasoft/package.json
Normal file
21
peertube-theme-framasoft/package.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "peertube-theme-framasoft",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "PeerTube Framasoft theme",
|
||||||
|
"engine": {
|
||||||
|
"peertube": ">=2.4.0"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"peertube",
|
||||||
|
"theme"
|
||||||
|
],
|
||||||
|
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-framasoft",
|
||||||
|
"author": "Chocobozzz",
|
||||||
|
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
|
||||||
|
"staticDirs": {},
|
||||||
|
"css": [
|
||||||
|
"assets/style.css"
|
||||||
|
],
|
||||||
|
"clientScripts": [],
|
||||||
|
"translations": {}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user