GODT-1428: Fix welcome illustration by using PNG.

This commit is contained in:
Alexander Bilyak
2021-11-24 13:16:40 +01:00
committed by Jakub Cuth
parent f2d568d92f
commit f851f4d5c2
7 changed files with 532 additions and 62 deletions

View File

@ -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