aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Screwdriver
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-01-17 15:39:55 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-17 15:39:55 +0100
commit0ab130eb9c3df3227a70624bcd5e8133afb00ae5 (patch)
tree248503a1d1035d72093f60479d165064249a54bb /p/themes/Screwdriver
parente67ca8c86672edff7849965fc7cf85af56340983 (diff)
Added: Mark theme as deprecated (#4807)
* i18n + config * docs * deprecated marked themes * fix * fix markdown * i18n: fix link params * i18n: French * deprecated => no longer supported * i18n: German * Docs: deprecated => no longer supported * Docs: French * i18n: en-us * i18n German * isset() -> !empty() * i18n: fix German * i18n: English, delete // TODO
Diffstat (limited to 'p/themes/Screwdriver')
-rw-r--r--p/themes/Screwdriver/metadata.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/Screwdriver/metadata.json b/p/themes/Screwdriver/metadata.json
index 08654e51d..8da73f80c 100644
--- a/p/themes/Screwdriver/metadata.json
+++ b/p/themes/Screwdriver/metadata.json
@@ -3,5 +3,6 @@
"author": "Mister aiR",
"description": "C’est un cocktail ! C’est chaud mais « fresh » à la fois. Ce thème tue du chaton.",
"version": 1.1,
- "files": ["_frss.css","screwdriver.css"]
+ "files": ["_frss.css","screwdriver.css"],
+ "deprecated" : true
}