

You might want to use this method if you have an icon you want to use in several locations. Come up with a word that sums up the mood/theme of your Aesthetic Playlist. This: import from app = useApp() Ĭonst alertIcon = app.getSystemIcon( 'alert') To change the name of a Spotify playlist on the desktop app or web player. The easiest way to create a new theme is to use the createTheme functionĬan use it to override some basic parameters of the default theme such as theįor example, you can create a new theme based on the default light theme like Step 2: Adding the required app dependencies. Which also includes utilities for customizing the default theme, or creatingĬompletely new themes. The command snippet above will create your react application, install the default development dependencies and finally provide a boilerplate to begin your app development with.

Themes are provided as a part of package, Backstage ships with a default theme with a light and dark mode variant.
