calamares/src/branding/default/branding.desc

48 lines
1.6 KiB
Plaintext
Raw Normal View History

2014-10-10 18:10:50 +02:00
---
componentName: default
# This selects between different welcome texts. When false, uses
# the traditional "Welcome to the %1 installer.", and when true,
# uses "Welcome to the Calamares installer for %1." This allows
# to distinguish this installer from other installers for the
# same distribution.
welcomeStyleCalamares: false
# Should the welcome image (productWelcome, below) be scaled
# up beyond its natural size?
welcomeExpandingLogo: true
strings:
productName: Generic GNU/Linux
shortProductName: Generic
version: 1.0 LTS
shortVersion: 1.0
versionedName: Generic GNU/Linux 1.0 LTS "Rusty Trombone"
shortVersionedName: Generic 1.0
bootloaderEntryName: Generic
2015-04-02 12:25:54 +02:00
productUrl: http://calamares.io/
supportUrl: http://calamares.io/bugs/
knownIssuesUrl: http://calamares.io/about/
releaseNotesUrl: http://calamares.io/about/
images:
productLogo: "squid.png"
productIcon: "squid.png"
2015-06-20 00:18:36 +02:00
productWelcome: "languages.png"
slideshow: "show.qml"
2017-06-12 15:55:39 +02:00
# 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:
2015-03-19 18:10:44 +01:00
sidebarBackground: "#292F34"
sidebarText: "#FFFFFF"
sidebarTextSelect: "#292F34"
sidebarTextHighlight: "#D35400"