Add: Settings theme color

This commit is contained in:
MasterAcnolo
2026-01-20 22:29:56 +01:00
parent 8d070ed10d
commit ccb090e4b2
9 changed files with 88 additions and 1 deletions

View File

@@ -43,6 +43,15 @@ body.neon {
/* Playlist Color */
--playlist-background-color: #3e3e64;
/* Settings */
--settings-button-bg-color: #202038;
--settings-button-text-color: var(--default-text-color);
--settings-bg-primary-color: #242454;
--settings-bg-secondary-color: #2f2f6f;
--settings-text-color: var(--default-text-color);
--settings-subtitle-color: #d2d2d2;
}
body.neon .download-path {