aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-01-28 01:31:37 +0200
committerHenry Jameson <me@hjkos.com>2020-01-28 01:31:37 +0200
commit53a15eec7d3f5d150b6b6b163057345062eefb39 (patch)
treee5fee089416e582f12b73d75766b2fd08f41239a
parent526b43eba66c597c78857da6ded3c7f672f96e49 (diff)
add theme to list
-rw-r--r--static/styles.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/styles.json b/static/styles.json
index 842092c4..2bddc8d8 100644
--- a/static/styles.json
+++ b/static/styles.json
@@ -11,5 +11,6 @@
"redmond-xxi": "/static/themes/redmond-xxi.json",
"breezy-dark": "/static/themes/breezy-dark.json",
"breezy-light": "/static/themes/breezy-light.json",
- "mammal": "/static/themes/mammal.json"
+ "mammal": "/static/themes/mammal.json",
+ "kenomo": "/static/themes/kenomo.json"
}