2014-10-10 18:10:50 +02:00
|
|
|
---
|
2014-10-16 16:14:48 +02:00
|
|
|
componentName: default
|
|
|
|
|
2017-06-12 21:31:23 +02:00
|
|
|
# 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
|
|
|
|
|
2014-10-16 16:14:48 +02:00
|
|
|
strings:
|
2014-11-19 16:50:15 +01:00
|
|
|
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/
|
2014-10-16 16:14:48 +02:00
|
|
|
|
|
|
|
images:
|
2014-11-19 16:50:15 +01:00
|
|
|
productLogo: "squid.png"
|
|
|
|
productIcon: "squid.png"
|
2015-06-20 00:18:36 +02:00
|
|
|
productWelcome: "languages.png"
|
2014-10-16 16:14:48 +02:00
|
|
|
|
2015-01-23 14:02:40 +01:00
|
|
|
slideshow: "show.qml"
|
2015-03-19 16:26:22 +01:00
|
|
|
|
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.
|
|
|
|
#
|
2015-03-19 16:26:22 +01:00
|
|
|
style:
|
2015-03-19 18:10:44 +01:00
|
|
|
sidebarBackground: "#292F34"
|
|
|
|
sidebarText: "#FFFFFF"
|
|
|
|
sidebarTextSelect: "#292F34"
|
2017-06-08 12:21:06 +02:00
|
|
|
sidebarTextHighlight: "#D35400"
|