[branding] Mention the stylesheet in the docs

This commit is contained in:
Adriaan de Groot 2019-05-21 12:07:52 +02:00
parent fbb65d06eb
commit 6a7c2f541e

View File

@ -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 componentName: default
@ -94,6 +100,9 @@ slideshow: "show.qml"
# Optional, and defaults to the application palette. # Optional, and defaults to the application palette.
# - sidebarSelect is the text color of the selected step. # - 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: style:
sidebarBackground: "#292F34" sidebarBackground: "#292F34"
sidebarText: "#FFFFFF" sidebarText: "#FFFFFF"