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

@@ -42,6 +42,16 @@ body.chirac {
/* Playlist Color */
--playlist-background-color: #d1d1d1ca;
/* Settings */
--settings-button-bg-color: #00196a;
--settings-button-text-color: #dcdcdc;
--settings-bg-primary-color: #0b0528;
--settings-bg-secondary-color: #1c1055;
--settings-text-color: #cecece;
--settings-subtitle-color: #adadad;
}