mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Docs: styles in the branding file
This commit is contained in:
parent
b7a0b3930f
commit
5f38da9d30
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
# style.sidebarTextHighlight is optional and defaults to application palette
|
||||
---
|
||||
componentName: default
|
||||
|
||||
|
@ -22,6 +21,14 @@ images:
|
|||
|
||||
slideshow: "show.qml"
|
||||
|
||||
# Colors for text and background components.
|
||||
#
|
||||
# - sidebarBackground is the background of the sidebar
|
||||
# - sidebarText is the (foreground) text color
|
||||
# - sidebarTextHighlight sets the background of the selected (current) step.
|
||||
# Optional, and defaults to the application palette.
|
||||
# - sidebarSelect is the text color of the selected step.
|
||||
#
|
||||
style:
|
||||
sidebarBackground: "#292F34"
|
||||
sidebarText: "#FFFFFF"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue