/* 火绒 */ .dark, [data-theme="dark"] { --color-text-primary: #f5f5f7 !important; --color-text-secondary: #a1a1a6 !important; --color-text-tertiary: #86868b !important; --color-background-primary: #1c1c1e !important; --color-background-secondary: #2c2c2e !important; --color-background-tertiary: #3a3a3c !important; --color-surface: rgb(44 44 46 / 80%) !important; --color-surface-elevated: rgb(58 58 60 / 95%) !important; --color-border: rgb(255 255 255 / 10%) !important; --color-border-secondary: rgb(255 255 255 / 5%) !important; --color-primary: #fa8b15 !important; --color-primary-hover: #ff9f38 !important; --color-accent: #fa8b15 !important; --color-accent-hover: #ff9f38 !important; --accent-rgb: 250, 139, 21 !important; --color-blue-common: #fa8b15 !important; --color-light-blue: rgb(250 139 21 / 10%) !important; --color-success: #34c759 !important; --color-warning: #f1930f !important; --color-danger: #ff3b30 !important; --color-error: #cb2431 !important; } .light, [data-theme="light"] { --color-text-primary: #1d1d1f !important; --color-text-secondary: #6e6e73 !important; --color-text-tertiary: #86868b !important; --color-background-primary: #ffffff !important; --color-background-secondary: #f5f5f7 !important; --color-background-tertiary: #fbfbfd !important; --color-surface: rgb(255 255 255 / 80%) !important; --color-surface-elevated: rgb(255 255 255 / 95%) !important; --color-border: rgb(0 0 0 / 10%) !important; --color-border-secondary: rgb(0 0 0 / 5%) !important; --color-primary: #fa8b15 !important; --color-primary-hover: #d9770e !important; --color-accent: #fa8b15 !important; --color-accent-hover: #d9770e !important; --accent-rgb: 250, 139, 21 !important; --color-blue-common: #fa8b15 !important; --color-light-blue: rgb(250 139 21 / 10%) !important; --color-success: #34c759 !important; --color-warning: #f1930f !important; --color-danger: #ff3b30 !important; --color-error: #cb2431 !important; }