mirror of
https://github.com/navidrome/navidrome.git
synced 2025-05-18 02:56:38 +03:00
* [Theme] Allow customising album and player parts * [Theme] Allow customizing song lists view * Make spotify-ish more spotify-ish * Fix responsive issues in spotify-ish * Spotify-ish login page * Add back the previous "Spotify-ish" theme as "Green" Co-authored-by: Deluan <deluan@navidrome.org>
7 lines
202 B
JavaScript
7 lines
202 B
JavaScript
import LightTheme from './light'
|
|
import DarkTheme from './dark'
|
|
import GreenTheme from './green'
|
|
import SpotifyTheme from './spotify'
|
|
|
|
export default { LightTheme, DarkTheme, GreenTheme, SpotifyTheme }
|