style: UI 主题改版 — 暗色→暖色调亮色主题

- 奶白背景 (#FAF7F2) + 珊瑚橙主色 (#E8734A)
- 圆润柔和设计: radius 8-20px, 柔和阴影
- 紫色辅助色 (Think/推理), 金色标签 (Token)
- 终端区域保留深色 (#2D2016 暖棕) 保证可读性
- 窗口背景色、导出 HTML、theme-color 同步更新
- 字体升级: Inter + JetBrains Mono
This commit is contained in:
thzxx
2026-04-17 13:52:55 +08:00
parent b4c7da87b7
commit 5ea958e5c1
4 changed files with 547 additions and 508 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ function createMainWindow(): BrowserWindow {
minHeight: 600,
icon: process.platform === 'win32' ? ICO_PATH : ICON_PATH,
title: APP_NAME,
backgroundColor: '#202020',
backgroundColor: '#FAF7F2',
show: false,
autoHideMenuBar: true,
webPreferences: {