From 4290972ce278507e7d0917402d035d18c2be671d Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 19 Dec 2021 23:45:55 -0600 Subject: [PATCH] fix --- files/static/src/main.css | 13 ++++++++ .../CHRISTMAS/modals/ModalThemePicker.html | 30 +++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/files/static/src/main.css b/files/static/src/main.css index de940b8656..c11c2f93e5 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -15,6 +15,19 @@ --color-900: 49,46,129; } +.theme-limon { + --color-primary: 253,224,71; + --color-100: 236,252,203; + --color-200: 217,249,157; + --color-300: 190,242,100; + --color-400: 163,230,53; + --color-500: 132,204,22; + --color-600: 101,163,13; + --color-700: 77,124,15; + --color-800: 63,98,18; + --color-900: 54,83,20; +} + .theme-mocha { --color-primary: 5,150,105; --color-100: 246,246,244; diff --git a/files/templates/CHRISTMAS/modals/ModalThemePicker.html b/files/templates/CHRISTMAS/modals/ModalThemePicker.html index 04f8d736f0..c1f8d9a52d 100644 --- a/files/templates/CHRISTMAS/modals/ModalThemePicker.html +++ b/files/templates/CHRISTMAS/modals/ModalThemePicker.html @@ -310,6 +310,36 @@ + +
+ + +