Add files via upload

This commit is contained in:
宗宸·谢尔比 2025-02-01 16:41:47 +08:00 committed by GitHub
parent 1405f9525d
commit dca4590ede
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,23 @@
DEEPSEEK_API_KEY=""
DEEPSEEK_API_KEY=""
# 主题配色方案
THEMES = {
"深色主题": {
"main_bg": "#1e1e1e",
"secondary_bg": "#2d2d2d",
"text_color": "#ffffff",
"accent_color": "#007acc",
"border_color": "#404040",
"button_hover": "#005999",
"button_pressed": "#004c80"
},
"浅色主题": {
"main_bg": "#f5f5f5",
"secondary_bg": "#ffffff",
"text_color": "#333333",
"accent_color": "#2196f3",
"border_color": "#e0e0e0",
"button_hover": "#1976d2",
"button_pressed": "#1565c0"
}
}