diff --git a/files/static/src/main.css b/files/static/src/main.css index fbca7fed2..a82c17b53 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -119,6 +119,19 @@ --color-900: 0,0,31; } +.theme-war-games { + --color-primary: 72,236,135; + --color-100: 207,251,231; + --color-200: 207,251,231; + --color-300: 207,251,231; + --color-400: 114,244,173; + --color-500: 72,236,135; + --color-600: 39,219,138; + --color-700: 0,31,27; + --color-800: 0,31,27; + --color-900: 0,31,27; +} + .theme-yale { --color-primary: 109,40,217; --color-100: 254,231,244; diff --git a/files/templates/CHRISTMAS/modals/ModalThemePicker.html b/files/templates/CHRISTMAS/modals/ModalThemePicker.html index 83949b739..f56b9e61e 100644 --- a/files/templates/CHRISTMAS/modals/ModalThemePicker.html +++ b/files/templates/CHRISTMAS/modals/ModalThemePicker.html @@ -550,6 +550,36 @@ + +