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,15 @@ body.nf {
/* Playlist Color */
--playlist-background-color: #4f4f4f;
/* Settings */
--settings-button-bg-color: #2a2a2a;
--settings-button-text-color: var(--default-text-color);
--settings-bg-primary-color: #2a2a2a;
--settings-bg-secondary-color: #313131;
--settings-text-color: var(--default-text-color);
--settings-subtitle-color: #7a7979;
}
body.nf .download-path {