This commit is contained in:
Aevann1 2021-08-02 09:34:22 +02:00
parent f17b737f0b
commit 903ccd48a4
3 changed files with 106 additions and 1 deletions

View file

@ -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']: