优化主题外观,新增high-contrast主题

This commit is contained in:
binary-husky
2023-09-01 10:45:22 +08:00
parent 045b7f6312
commit 6d7f3feab3
10 changed files with 664 additions and 13 deletions

View File

@@ -106,3 +106,5 @@ def adjust_theme():
with open("themes/green.css", "r", encoding="utf-8") as f:
advanced_css = f.read()
with open("themes/common.css", "r", encoding="utf-8") as f:
advanced_css += f.read()