mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-08 09:10:18 +08:00
✨ Feature(custom): support theme system and add a new theme hub for piclist
This commit is contained in:
50
resources/theme/gemini.css
Normal file
50
resources/theme/gemini.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* Gemini */
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #e3e3e3 !important;
|
||||
--color-text-secondary: #c4c7c5 !important;
|
||||
--color-text-tertiary: #a8c7fa !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: #a8c7fa !important;
|
||||
--color-primary-hover: #d2e3fc !important;
|
||||
--color-accent: #a8c7fa !important;
|
||||
--color-accent-hover: #d2e3fc !important;
|
||||
--accent-rgb: 168, 199, 250 !important;
|
||||
--color-blue-common: #a8c7fa !important;
|
||||
--color-light-blue: rgb(168 199 250 / 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: #0b57d0 !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: #0b57d0 !important;
|
||||
--color-primary-hover: #0842a0 !important;
|
||||
--color-accent: #0b57d0 !important;
|
||||
--color-accent-hover: #0842a0 !important;
|
||||
--accent-rgb: 11, 87, 208 !important;
|
||||
--color-blue-common: #0b57d0 !important;
|
||||
--color-light-blue: rgb(11 87 208 / 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;
|
||||
}
|
||||
Reference in New Issue
Block a user