From c25388ce4fa13860cd62b5a4165344c7c02d43bc Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 16 Oct 2020 15:02:46 -0700 Subject: [PATCH] update list.json to support alduin theme --- public/themes/list.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/themes/list.json b/public/themes/list.json index 752552592..d05bf30f6 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -398,5 +398,10 @@ "name": "pastel", "bgColor": "#ffd1dc", "textColor": "#b39eb5" - } + }, + { + "name": "alduin", + "bgColor": "#1c1c1c", + "textColor": "#dfd7af" + }, ]