Add rounded rectangle background to Album, Artist, Playlist page headers
This commit is contained in:
@@ -34,10 +34,17 @@ type ThemeFile struct {
|
||||
type ThemeColors struct {
|
||||
// Supersonic-specific colors
|
||||
|
||||
// Background color of the header row in list views.
|
||||
ListHeader string
|
||||
|
||||
// Background color for each page. The main color in the app.
|
||||
PageBackground string
|
||||
|
||||
// Color of the background rectangle around the Album, Artist, Playlist page headers.
|
||||
//
|
||||
// Since: Supersonic theme file version 0.2
|
||||
PageHeader string
|
||||
|
||||
// Fyne colors
|
||||
|
||||
Background string
|
||||
|
||||
Reference in New Issue
Block a user