Files
PicList/resources/theme/gemini.css
2026-01-15 11:12:29 +08:00

52 lines
2.3 KiB
CSS

/* Gemini */
.dark, [data-theme="dark"] {
--color-text-primary: #e3e3e3 !important;
--color-text-secondary: #c4c7c5 !important;
--color-text-tertiary: #8ab4f8 !important;
--color-background-primary: #131314 !important;
--color-background-secondary: #1e1f20 !important;
--color-background-tertiary: #2e2f31 !important;
--color-surface: rgb(30 31 32 / 90%) !important;
--color-surface-elevated: rgb(40 41 42 / 95%) !important;
--color-border: #444746 !important;
--color-border-secondary: rgb(68 71 70 / 50%) !important;
--color-primary: linear-gradient(90deg, #4285f4, #9b72cb, #d96570) !important;
--color-primary-hover: linear-gradient(90deg, #5b95f6, #aa85d5, #e0808a) !important;
--color-accent: linear-gradient(70deg, #7baaf7, #c2a1e8, #f1a5ad) !important;
--color-accent-hover: #d2e3fc !important;
--accent-rgb: 168, 199, 250 !important;
--color-blue-common: #8ab4f8 !important;
--color-light-blue: rgb(138 180 248 / 10%) !important;
--color-success: #6dd58c !important;
--color-warning: #fdc365 !important;
--color-danger: #f28b82 !important;
--color-error: #f28b82 !important;
--color-error-surface: rgb(242 139 130 / 10%) !important;
}
.light, [data-theme="light"] {
--color-text-primary: #1f1f1f !important;
--color-text-secondary: #444746 !important;
--color-text-tertiary: #1a73e8 !important;
--color-background-primary: #ffffff !important;
--color-background-secondary: #f0f4f9 !important;
--color-background-tertiary: #e9eef6 !important;
--color-surface: rgb(255 255 255 / 90%) !important;
--color-surface-elevated: rgb(240 244 249 / 100%) !important;
--color-border: #e0e3e1 !important;
--color-border-secondary: rgb(224 227 225 / 50%) !important;
--color-primary: linear-gradient(90deg, #1a73e8, #8e24aa, #d93025) !important;
--color-primary-hover: linear-gradient(90deg, #185abc, #7b1fa2, #b21417) !important;
--color-accent: linear-gradient(90deg, #1a73e8, #9b72cb) !important;
--color-accent-hover: #0842a0 !important;
--accent-rgb: 11, 87, 208 !important;
--color-blue-common: #1a73e8 !important;
--color-light-blue: rgb(26 115 232 / 10%) !important;
--color-success: #1e8e3e !important;
--color-warning: #e37400 !important;
--color-danger: #d93025 !important;
--color-error: #d93025 !important;
--color-error-surface: rgb(217 48 37 / 10%) !important;
}