mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-07 05:02:43 +08:00
50 lines
2.0 KiB
CSS
50 lines
2.0 KiB
CSS
/* 360 */
|
|
|
|
.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: #19b400 !important;
|
|
--color-primary-hover: #23d100 !important;
|
|
--color-accent: #19b400 !important;
|
|
--color-accent-hover: #23d100 !important;
|
|
--accent-rgb: 25, 180, 0 !important;
|
|
--color-blue-common: #19b400 !important;
|
|
--color-light-blue: rgb(25 180 0 / 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: #19b400 !important;
|
|
--color-primary-hover: #159400 !important;
|
|
--color-accent: #19b400 !important;
|
|
--color-accent-hover: #159400 !important;
|
|
--accent-rgb: 25, 180, 0 !important;
|
|
--color-blue-common: #19b400 !important;
|
|
--color-light-blue: rgb(25 180 0 / 10%) !important;
|
|
--color-success: #34c759 !important;
|
|
--color-warning: #f1930f !important;
|
|
--color-danger: #ff3b30 !important;
|
|
--color-error: #cb2431 !important;
|
|
}
|