From 7d576e4e6bb0753dd1d6dadbb1d22170e2373450 Mon Sep 17 00:00:00 2001 From: theresa Date: Sat, 16 Oct 2021 11:45:58 +0200 Subject: [PATCH] Frontend: Update midnight theme --- frontend/src/options/themes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/options/themes.json b/frontend/src/options/themes.json index 43cf7b169..39171858e 100644 --- a/frontend/src/options/themes.json +++ b/frontend/src/options/themes.json @@ -295,9 +295,9 @@ "colors": { "application": "#212121", "form": "#AFB42B", - "primary": "#7e8acd", + "primary": "#04acaf", "primary-button": "#444444", - "secondary-dark": "#5C6BC0", + "secondary-dark": "#04acaf", "secondary": "#111111", "secondary-light": "#1a1a1a", "accent": "#090c10",