diff --git a/internal/frontend/qml/Proton/ColorScheme.qml b/internal/frontend/qml/Proton/ColorScheme.qml
index b3ea9845..c5168926 100644
--- a/internal/frontend/qml/Proton/ColorScheme.qml
+++ b/internal/frontend/qml/Proton/ColorScheme.qml
@@ -85,4 +85,7 @@ QtObject {
// Backdrop
property color backdrop_norm
+
+ // Images
+ property string welcome_img
}
diff --git a/internal/frontend/qml/Proton/Style.qml b/internal/frontend/qml/Proton/Style.qml
index dd88eefd..49a48239 100644
--- a/internal/frontend/qml/Proton/Style.qml
+++ b/internal/frontend/qml/Proton/Style.qml
@@ -102,6 +102,9 @@ QtObject {
// Backdrop
backdrop_norm: "#7A262A33"
+
+ // Images
+ welcome_img: "icons/img-welcome.png"
}
property ColorScheme prominentStyle: ColorScheme {
@@ -173,6 +176,9 @@ QtObject {
// Backdrop
backdrop_norm: "#52000000"
+
+ // Images
+ welcome_img: "icons/img-welcome-dark.png"
}
property ColorScheme darkStyle: ColorScheme {
@@ -244,6 +250,9 @@ QtObject {
// Backdrop
backdrop_norm: "#52000000"
+
+ // Images
+ welcome_img: "icons/img-welcome-dark.png"
}
// TODO: if default style should be loaded from somewhere
diff --git a/internal/frontend/qml/WelcomeGuide.qml b/internal/frontend/qml/WelcomeGuide.qml
index 8bebfffa..6e61efec 100644
--- a/internal/frontend/qml/WelcomeGuide.qml
+++ b/internal/frontend/qml/WelcomeGuide.qml
@@ -80,7 +80,7 @@ Item {
spacing: 0
Image {
- source: "icons/img-welcome.svg"
+ source: colorScheme.welcome_img
Layout.alignment: Qt.AlignHCenter
Layout.topMargin: 16
sourceSize.height: 148
diff --git a/internal/frontend/qml/icons/img-welcome-dark.png b/internal/frontend/qml/icons/img-welcome-dark.png
new file mode 100644
index 00000000..3d8e0bbf
Binary files /dev/null and b/internal/frontend/qml/icons/img-welcome-dark.png differ
diff --git a/internal/frontend/qml/icons/img-welcome-dark.svg b/internal/frontend/qml/icons/img-welcome-dark.svg
new file mode 100644
index 00000000..49d6c139
--- /dev/null
+++ b/internal/frontend/qml/icons/img-welcome-dark.svg
@@ -0,0 +1,263 @@
+
+
diff --git a/internal/frontend/qml/icons/img-welcome.png b/internal/frontend/qml/icons/img-welcome.png
new file mode 100644
index 00000000..2f3050c9
Binary files /dev/null and b/internal/frontend/qml/icons/img-welcome.png differ
diff --git a/internal/frontend/qml/icons/img-welcome.svg b/internal/frontend/qml/icons/img-welcome.svg
index 514a50f8..0d1f93a0 100644
--- a/internal/frontend/qml/icons/img-welcome.svg
+++ b/internal/frontend/qml/icons/img-welcome.svg
@@ -1,62 +1,257 @@
-