From 7ca8cf7cddd06cb60ff5212ea677a62da38efef3 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 2 Sep 2020 09:25:39 +0200 Subject: [PATCH] Change the color scheme of the printer demo a little To adjust for better contrast in the style changes --- examples/printerdemo/ui/printerdemo.60 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/printerdemo/ui/printerdemo.60 b/examples/printerdemo/ui/printerdemo.60 index 01ed9aaf5..4c7db0064 100644 --- a/examples/printerdemo/ui/printerdemo.60 +++ b/examples/printerdemo/ui/printerdemo.60 @@ -253,9 +253,9 @@ MainWindow := Window { for page_info[idx] in [ { 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: #f17d35, text: "Settings", img_small: img!"images/list.png" }, + { color: #496465, text: "Settings", img_small: img!"images/list.png" }, ] : Rectangle { width: root.width / 5; height: root.height / 3; @@ -275,7 +275,7 @@ MainWindow := Window { } } text := Text { - color: #2a2e3b; + color: black; y: root.height / 4.5; x: 5lx; width: parent.width;