diff --git a/etc/calamares/branding/neon/branding.desc b/etc/calamares/branding/neon/branding.desc index 8c9f2ac..2fba3c0 100644 --- a/etc/calamares/branding/neon/branding.desc +++ b/etc/calamares/branding/neon/branding.desc @@ -18,6 +18,6 @@ images: slideshow: "show.qml" style: - sidebarBackground: "#0C0C0C" - sidebarText: "#5A5A5A" - sidebarTextSelect: "#FFFFFF" + sidebarBackground: "#474747" + sidebarText: "#FFFFFF" + sidebarTextSelect: "#444444" diff --git a/etc/calamares/branding/neon/show.qml b/etc/calamares/branding/neon/show.qml index cc69c34..1316858 100644 --- a/etc/calamares/branding/neon/show.qml +++ b/etc/calamares/branding/neon/show.qml @@ -53,98 +53,4 @@ Presentation horizontalAlignment: Text.Center } } - - Slide { - - Image { - id: background2 - source: "slide2.png" - width: 810; height: 486 - fillMode: Image.PreserveAspectFit - anchors.centerIn: parent - } - Text { - anchors.horizontalCenter: background2.horizontalCenter - anchors.top: background2.bottom - text: "" - wrapMode: Text.WordWrap - width: 600 - horizontalAlignment: Text.Center - } - } - - Slide { - - Image { - id: background3 - source: "slide3.png" - width: 810; height: 486 - fillMode: Image.PreserveAspectFit - anchors.centerIn: parent - } - Text { - anchors.horizontalCenter: background3.horizontalCenter - anchors.top: background3.bottom - text: "" - wrapMode: Text.WordWrap - width: 600 - horizontalAlignment: Text.Center - } - } - - Slide { - - Image { - id: background4 - source: "slide4.png" - width: 810; height: 486 - fillMode: Image.PreserveAspectFit - anchors.centerIn: parent - } - Text { - anchors.horizontalCenter: background4.horizontalCenter - anchors.top: background4.bottom - text: "" - wrapMode: Text.WordWrap - width: 600 - horizontalAlignment: Text.Center - } - } - - Slide { - - Image { - id: background5 - source: "slide5.png" - width: 810; height: 486 - fillMode: Image.PreserveAspectFit - anchors.centerIn: parent - } - Text { - anchors.horizontalCenter: background5.horizontalCenter - anchors.top: background5.bottom - text: "" - wrapMode: Text.WordWrap - width: 600 - horizontalAlignment: Text.Center - } - } - - Slide { - - Image { - id: background6 - source: "slide6.png" - width: 810; height: 486 - fillMode: Image.PreserveAspectFit - anchors.centerIn: parent - } - Text { - anchors.horizontalCenter: background6.horizontalCenter - anchors.top: background6.bottom - text: "" - width: 600 - horizontalAlignment: Text.Center - } - } } diff --git a/etc/calamares/branding/neon/slide1.png b/etc/calamares/branding/neon/slide1.png index 67679be..449e5bb 100644 Binary files a/etc/calamares/branding/neon/slide1.png and b/etc/calamares/branding/neon/slide1.png differ diff --git a/etc/calamares/branding/neon/slide2.png b/etc/calamares/branding/neon/slide2.png deleted file mode 100644 index 5db1a94..0000000 Binary files a/etc/calamares/branding/neon/slide2.png and /dev/null differ diff --git a/etc/calamares/branding/neon/slide3.png b/etc/calamares/branding/neon/slide3.png deleted file mode 100644 index 360b685..0000000 Binary files a/etc/calamares/branding/neon/slide3.png and /dev/null differ diff --git a/etc/calamares/branding/neon/slide4.png b/etc/calamares/branding/neon/slide4.png deleted file mode 100644 index b83978a..0000000 Binary files a/etc/calamares/branding/neon/slide4.png and /dev/null differ diff --git a/etc/calamares/branding/neon/slide5.png b/etc/calamares/branding/neon/slide5.png deleted file mode 100644 index cb9def8..0000000 Binary files a/etc/calamares/branding/neon/slide5.png and /dev/null differ diff --git a/etc/calamares/branding/neon/slide6.png b/etc/calamares/branding/neon/slide6.png deleted file mode 100644 index f8079cd..0000000 Binary files a/etc/calamares/branding/neon/slide6.png and /dev/null differ