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" } ]