From a9653f4c9d95ba631b80e2add181b9dc8b6659af Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 6 Dec 2021 14:38:07 +0000 Subject: [PATCH] added modern ink to the list --- static/themes/_list.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/themes/_list.json b/static/themes/_list.json index 21e9ac539..d71a73d10 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -628,5 +628,10 @@ "name": "diner", "bgColor" : "#537997", "textColor":"#c3af5b" + }, + { + "name": "modern_ink", + "bgColor" : "#ffffff", + "textColor":"#ff360d" } ]