From 125a44c6452887c4a8a2ab0352fa890a7427709e Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sat, 16 Oct 2021 10:33:32 +0100 Subject: [PATCH] Add 'this month then' note colour --- app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config.py b/app/config.py index a00c91f..5ddae86 100644 --- a/app/config.py +++ b/app/config.py @@ -42,6 +42,7 @@ class Config(object): 'track': "#ffff00", 'request': "#7cf000", 'wrap': "#fffacd", + 'this month then': "#c256c2", 'story': "#dda0dd", } ROOT = os.environ.get('ROOT') or "/home/kae/music"