From 4dec02afbda16c79a2eec712ccb923b834c09efd Mon Sep 17 00:00:00 2001 From: Raymon Zhang Date: Mon, 10 May 2021 19:24:28 -0700 Subject: [PATCH] Update themes list --- static/themes/_list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/themes/_list.json b/static/themes/_list.json index b59e46007..294330ee6 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -543,5 +543,15 @@ "name": "midnight", "bgColor": "#0c0e12", "textColor": "#525f7a" + }, + { + "name": "blueberry_light", + "bgColor": "#c1daf3", + "textColor": "#516377" + }, + { + "name": "blueberry_dark", + "bgColor": "#242939", + "textColor": "#add7ff" } ]