feat: 主题切换 + 浅色模式适配,SFTP/批量命令/Webhook/仪表盘全面升级
This commit is contained in:
@@ -10,6 +10,22 @@ export default {
|
||||
colors: {
|
||||
slate: {
|
||||
850: '#172033',
|
||||
},
|
||||
surface: {
|
||||
app: 'var(--surface-app)',
|
||||
panel: 'var(--surface-panel)',
|
||||
card: 'var(--surface-card)',
|
||||
muted: 'var(--surface-muted)',
|
||||
control: 'var(--surface-control)',
|
||||
},
|
||||
border: {
|
||||
main: 'var(--border-main)',
|
||||
subtle: 'var(--border-subtle)',
|
||||
},
|
||||
content: {
|
||||
main: 'var(--text-main)',
|
||||
muted: 'var(--text-muted)',
|
||||
dim: 'var(--text-dim)',
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user