We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f6688 commit c61fa0aCopy full SHA for c61fa0a
1 file changed
src/ui/Screen.vala
@@ -146,8 +146,7 @@ namespace Ev3devKit.Ui {
146
147
fg_color = Color.BLACK;
148
bg_color = Color.WHITE;
149
- mid_color = Color.get (0x55, 0x55, 0xff); // bright blue
150
- // translates to dark gray in 2bpp and black in 1bpp
+ mid_color = Color.get (0x00, 0x00, 0xff); // blue
151
152
Timeout.add (50, draw);
153
}
0 commit comments