diff --git a/src/branding/default/branding.desc b/src/branding/default/branding.desc index 3f6268cc5..4f099dd00 100644 --- a/src/branding/default/branding.desc +++ b/src/branding/default/branding.desc @@ -1,3 +1,9 @@ +# Product branding information. This influences some global +# user-visible aspects of Calamares, such as the product +# name, window behavior, and the slideshow during installation. +# +# Additional styling can be done using the stylesheet.qss +# file, also in the branding directory. --- componentName: default @@ -94,6 +100,9 @@ slideshow: "show.qml" # Optional, and defaults to the application palette. # - sidebarSelect is the text color of the selected step. # +# These colors can **also** be set through the stylesheet, if the +# branding component also ships a stylesheet.qss. Then they are +# the corresponding CSS attributes of #sidebarApp. style: sidebarBackground: "#292F34" sidebarText: "#FFFFFF"