Some checks failed
Upstream Sync / Sync latest commits from upstream repo (push) Has been cancelled
14 lines
293 B
TypeScript
14 lines
293 B
TypeScript
/** 与桌面端 App.css 深色主题对齐 */
|
|
export const theme = {
|
|
bg: '#14161c',
|
|
bgCard: '#22262e',
|
|
bgElevated: '#282c36',
|
|
border: 'rgba(255,255,255,0.08)',
|
|
text: '#e8eaed',
|
|
muted: '#8b929e',
|
|
accent: '#5b9dff',
|
|
success: '#3dd68c',
|
|
danger: '#f56565',
|
|
warn: '#f6ad55',
|
|
}
|