This commit is contained in:
Julian Kiedaisch
2025-10-24 21:57:55 +02:00
parent 60f12d74b2
commit 73351fa973
2 changed files with 8 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
body#custom-css { :root {
--is-dark: 1; /* Or --is-dark: 1 if it's a dark theme */ --is-dark: 1; /* Or --is-dark: 1 if it's a dark theme */
/* Primary color variants (from darkest to lightest) */ /* Primary color variants (from darkest to lightest) */

View File

@@ -1,24 +1,22 @@
{ {
"name": "peertube-theme-mdg-light", "name": "peertube-theme-mdg-dark",
"version": "0.0.1", "version": "0.0.1",
"description": "MDG PeerTube theme light", "description": "MDG PeerTube theme dark",
"engine": { "engine": {
"peertube": ">=7.3.0" "peertube": ">=7.0.0"
}, },
"keywords": [ "keywords": [
"peertube", "peertube",
"theme" "theme"
], ],
"homepage": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light", "homepage": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-dark",
"author": "Julian Kiedaisch", "author": "Julian Kiedaisch",
"bugs": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light/issues", "bugs": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-dark/issues",
"staticDirs": { "staticDirs": {
}, },
"css": [ "css": [
"assets/style.css" "assets/style.css"
], ],
"clientScripts": [ "clientScripts": [],
], "translations": {}
"translations": {
}
} }