From 53a15eec7d3f5d150b6b6b163057345062eefb39 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 28 Jan 2020 01:31:37 +0200 Subject: [PATCH] add theme to list --- static/styles.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }