From 0bed9d93134bffc5fa043d1349cc3c87793368d6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 2 Aug 2021 09:34:22 +0200 Subject: [PATCH] sneed --- compilecss.py | 2 +- push.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/compilecss.py b/compilecss.py index c3c46e008..b8d4de186 100644 --- a/compilecss.py +++ b/compilecss.py @@ -1,4 +1,4 @@ -for theme in ['dark', 'light', 'coffee', 'tron', '4chan']: +for theme in ['midnight', 'dark', 'light', 'coffee', 'tron', '4chan']: with open(f"./drama/assets/style/{theme}_ff66ac.css", encoding='utf-8') as t: text = t.read() for color in ['ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','62ca56','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58']: diff --git a/push.sh b/push.sh index 5ab71f3d9..b2b89d1bd 100644 --- a/push.sh +++ b/push.sh @@ -4,6 +4,7 @@ git commit -m "sneed" git push apt install ruby-sass +sass ./drama/assets/style/midnight.scss ./drama/assets/style/midnight_ff66ac.css sass ./drama/assets/style/dark.scss ./drama/assets/style/dark_ff66ac.css sass ./drama/assets/style/light.scss ./drama/assets/style/light_ff66ac.css sass ./drama/assets/style/coffee.scss ./drama/assets/style/coffee_ff66ac.css