summaryrefslogtreecommitdiff
path: root/src/themes
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-16 19:47:20 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-16 19:47:20 +0200
commitf2a5f45355b83540dbb42b3a198a20ec354e0422 (patch)
tree383d3e8e09bfe1dac7f54f579293a4397b16ae05 /src/themes
parent6b7e714b59e28bc138681662006941274c3261af (diff)
Way more stuff
Diffstat (limited to 'src/themes')
-rw-r--r--src/themes/paper/theme.json12
-rw-r--r--src/themes/simplex/theme.json12
-rw-r--r--src/themes/slate/theme.json2
-rw-r--r--src/themes/yeti/theme.json12
4 files changed, 37 insertions, 1 deletions
diff --git a/src/themes/paper/theme.json b/src/themes/paper/theme.json
new file mode 100644
index 0000000..c674870
--- /dev/null
+++ b/src/themes/paper/theme.json
@@ -0,0 +1,12 @@
+{
+ "$format": 1,
+ "version": "1.0.0",
+ "id": "paper",
+ "name": "Paper",
+ "author": "Jonas Kohl",
+ "files": [
+ "../../ui/paper.min.css",
+ "../../ui/site.css"
+ ]
+}
+
diff --git a/src/themes/simplex/theme.json b/src/themes/simplex/theme.json
new file mode 100644
index 0000000..33c4bf4
--- /dev/null
+++ b/src/themes/simplex/theme.json
@@ -0,0 +1,12 @@
+{
+ "$format": 1,
+ "version": "1.0.0",
+ "id": "simplex",
+ "name": "Simplex",
+ "author": "Jonas Kohl",
+ "files": [
+ "../../ui/simplex.min.css",
+ "../../ui/site.css"
+ ]
+}
+
diff --git a/src/themes/slate/theme.json b/src/themes/slate/theme.json
index 86ff321..83edd96 100644
--- a/src/themes/slate/theme.json
+++ b/src/themes/slate/theme.json
@@ -2,7 +2,7 @@
"$format": 1,
"version": "1.0.0",
"id": "slate",
- "name": "Mystic Slate",
+ "name": "Slate",
"author": "Jonas Kohl",
"files": [
"../../ui/slate.min.css",
diff --git a/src/themes/yeti/theme.json b/src/themes/yeti/theme.json
new file mode 100644
index 0000000..fcd50ca
--- /dev/null
+++ b/src/themes/yeti/theme.json
@@ -0,0 +1,12 @@
+{
+ "$format": 1,
+ "version": "1.0.0",
+ "id": "yeti",
+ "name": "Yeti",
+ "author": "Jonas Kohl",
+ "files": [
+ "../../ui/yeti.min.css",
+ "../../ui/site.css"
+ ]
+}
+