Change the color scheme of the printer demo a little

To adjust for better contrast in the style changes
This commit is contained in:
Simon Hausmann 2020-09-02 09:25:39 +02:00
parent 4e36567e63
commit 7ca8cf7cdd

View file

@ -253,9 +253,9 @@ MainWindow := Window {
for page_info[idx] in [ for page_info[idx] in [
{ color: #b85a5b, text: "Copy", img_small: img!"images/replicate.png" }, { color: #b85a5b, text: "Copy", img_small: img!"images/replicate.png" },
{ color: #005c7b, text: "Fax", img_small: img!"images/laptop.png" }, { color: #417590, text: "Fax", img_small: img!"images/laptop.png" },
{ color: #96af54, text: "Print", img_small: img!"images/printer.png" }, { color: #96af54, text: "Print", img_small: img!"images/printer.png" },
{ color: #f17d35, text: "Settings", img_small: img!"images/list.png" }, { color: #496465, text: "Settings", img_small: img!"images/list.png" },
] : Rectangle { ] : Rectangle {
width: root.width / 5; width: root.width / 5;
height: root.height / 3; height: root.height / 3;
@ -275,7 +275,7 @@ MainWindow := Window {
} }
} }
text := Text { text := Text {
color: #2a2e3b; color: black;
y: root.height / 4.5; y: root.height / 4.5;
x: 5lx; x: 5lx;
width: parent.width; width: parent.width;