From e41dd936e274bf3890d782eb617734b4d79e8ae2 Mon Sep 17 00:00:00 2001 From: lassc <72284051+l4ssc@users.noreply.github.com> Date: Mon, 7 Dec 2020 14:44:51 -0600 Subject: [PATCH] Update list.json --- static/themes/list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/themes/list.json b/static/themes/list.json index 4212bb99a..e8bb26bae 100644 --- a/static/themes/list.json +++ b/static/themes/list.json @@ -443,5 +443,15 @@ "name": "darling", "bgColor": "#fec8cd", "textColor": "#ffffff" + }, + { + "name": "repose dark", + "bgColor": "#2f3338", + "textColor": "#d6d2bc" + }, + { + "name": "repose light", + "bgColor": "#efead0", + "textColor": "#333538" } ]