From 40117ead6d8965701788a207232426e4b471def9 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 20 Dec 2021 21:19:40 -0600 Subject: [PATCH] fix --- files/static/src/main.css | 13 ++++ .../CHRISTMAS/modals/ModalThemePicker.html | 60 +++++++++++++++++++ 2 files changed, 73 insertions(+) diff --git a/files/static/src/main.css b/files/static/src/main.css index f8c6d5367..023403738 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -28,6 +28,19 @@ --color-900: 12,47,60; } +.theme-alpine { + --color-primary: 8,145,178; + --color-100: 231,229,228; + --color-200: 231,229,227; + --color-300: 214,212,209; + --color-400: 168,164,158; + --color-500: 120,115,108; + --color-600: 87,83,78; + --color-700: 68,66,59; + --color-800: 41,39,36; + --color-900: 28,26,23; +} + .theme-cambridge { --color-primary: 153,27,27; --color-100: 231,229,228; diff --git a/files/templates/CHRISTMAS/modals/ModalThemePicker.html b/files/templates/CHRISTMAS/modals/ModalThemePicker.html index 1288a7d35..83949b739 100644 --- a/files/templates/CHRISTMAS/modals/ModalThemePicker.html +++ b/files/templates/CHRISTMAS/modals/ModalThemePicker.html @@ -490,6 +490,66 @@ + +
+ + +
+ +
+ + +