quintodrome/ui/src/themes
Deluan Quintão 08a71320ea
fix(ui): make toggle switches visible in Gruvbox Dark theme (#5063) (#5064)
The secondary color (#3c3836) matches the panel/table cell background,
making checked MuiSwitch thumbs invisible. Add MuiSwitch override using
Gruvbox cyan (#458588), consistent with existing interactive elements.
2026-02-18 15:38:20 -05:00
..
amusic.css.js fix(ui) Improve player buttons in AMusic theme (#4797) 2025-12-13 13:04:29 -05:00
amusic.js fix(ui): update delete button color in AMusic theme 2025-12-14 13:51:01 -05:00
catppuccinMacchiato.css.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
catppuccinMacchiato.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
dark.css.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
dark.js fix(ui): increase contrast of button text in the Dark theme 2025-11-12 16:17:41 -05:00
dracula.css.js feat(ui): add Dracula theme (#5023) 2026-02-12 16:42:34 -05:00
dracula.js feat(ui): add Dracula theme (#5023) 2026-02-12 16:42:34 -05:00
electricPurple.css.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
electricPurple.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
extradark.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
green.js Artist page improvements (#1391) 2021-10-15 21:02:11 -04:00
gruvboxDark.css.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
gruvboxDark.js fix(ui): make toggle switches visible in Gruvbox Dark theme (#5063) (#5064) 2026-02-18 15:38:20 -05:00
index.js feat(ui): add Dracula theme (#5023) 2026-02-12 16:42:34 -05:00
ligera.js fix(ui): adjust margins for bulk actions buttons in Spotify-ish and Ligera 2025-11-13 18:30:44 -05:00
light.css.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
light.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
monokai.css.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
monokai.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
nautiline.js fix(ui): Nautiline theme font path (#4983) 2026-02-04 17:24:30 -05:00
nord.css.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
nord.js fix(ui): playlist details overflow in spotify-based themes (#4184) 2025-06-08 14:21:40 -04:00
nuclear.css.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
nuclear.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
README.md build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
spotify.js fix(ui): adjust margins for bulk actions buttons in Spotify-ish and Ligera 2025-11-13 18:30:44 -05:00
SquiddiesGlass.css.js feat(ui): add SquiddiesGlass Theme (#4632) 2025-11-22 13:41:59 -05:00
SquiddiesGlass.js feat(ui): add SquiddiesGlass Theme (#4632) 2025-11-22 13:41:59 -05:00
theme.test.js fix(ui): playlist details overflow in spotify-based themes (#4184) 2025-06-08 14:21:40 -04:00
useCurrentTheme.js fix(ui): sync body background color with theme 2025-12-02 16:14:32 -05:00
useCurrentTheme.test.jsx fix(ui): sync body background color with theme 2025-12-02 16:14:32 -05:00

To create and contribute with new themes, please refer to https://www.navidrome.org/docs/developers/creating-themes/