navidrome/ui/src/themes/index.js
Samarjeet ea65da484b
Make spotify-ish more spotify-ish (#914)
* [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>
2021-03-31 16:58:47 -04:00

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 }