1.5
This commit is contained in:
@@ -35,6 +35,36 @@
|
||||
--color-bubble-other-text: #1A2E2A;
|
||||
}
|
||||
|
||||
/* 深色模式 */
|
||||
[data-theme="dark"] {
|
||||
--color-primary: #26A69A;
|
||||
--color-primary-light: #4DB6AC;
|
||||
--color-primary-lighter: #80CBC4;
|
||||
--color-primary-lightest: #1A3B38;
|
||||
--color-primary-dark: #009688;
|
||||
--color-primary-darker: #00695C;
|
||||
|
||||
--color-bg: #0D1514;
|
||||
--color-surface: #162220;
|
||||
--color-surface-elevated: #1C2B28;
|
||||
|
||||
--color-text-primary: #E0F2F1;
|
||||
--color-text-secondary: #9DB5AE;
|
||||
--color-text-hint: #607D76;
|
||||
|
||||
--color-border: #2D4340;
|
||||
|
||||
--color-success: #66BB6A;
|
||||
--color-warning: #FFA726;
|
||||
--color-error: #EF5350;
|
||||
--color-unread: #FF6B6B;
|
||||
|
||||
--color-bubble-self: #00796B;
|
||||
--color-bubble-self-text: #E0F2F1;
|
||||
--color-bubble-other: #1C2B28;
|
||||
--color-bubble-other-text: #E0F2F1;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user