Feature(custom): add purple theme, update gemini theme

This commit is contained in:
Kuingsmile
2026-01-15 11:12:29 +08:00
parent 5e73e1a2b6
commit 5169f00254
6 changed files with 61 additions and 69 deletions

View File

@@ -168,7 +168,7 @@ html, body {
}
input:checked + .switch-slider {
background-color: var(--color-accent-hover);
background-color: var(--color-accent);
}
input:checked + .switch-slider::before {

View File

@@ -1221,8 +1221,8 @@ small {
border-radius: 12px;
width: 44px;
height: 44px;
color: var(--color-surface);
flex-shrink: 0;
color: white;
background: var(--color-accent);
}
@@ -1608,12 +1608,6 @@ small {
/* ==================== System Settings Panel ==================== */
.section-icon-wrapper.window,
.section-icon-wrapper.startup,
.section-icon-wrapper.language {
background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-hover) 100%);
}
/* System Option Grid */
.system-option-grid {
display: grid;