style: UI 主题改版 — 暗色→暖色调亮色主题
- 奶白背景 (#FAF7F2) + 珊瑚橙主色 (#E8734A) - 圆润柔和设计: radius 8-20px, 柔和阴影 - 紫色辅助色 (Think/推理), 金色标签 (Token) - 终端区域保留深色 (#2D2016 暖棕) 保证可读性 - 窗口背景色、导出 HTML、theme-color 同步更新 - 字体升级: Inter + JetBrains Mono
This commit is contained in:
+1
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user