Skip to content

Commit c61fa0a

Browse files
committed
Change bright blue back to blue
this was showing up as white on monochrome, but needs to be black
1 parent e3f6688 commit c61fa0a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/ui/Screen.vala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ namespace Ev3devKit.Ui {
146146

147147
fg_color = Color.BLACK;
148148
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
149+
mid_color = Color.get (0x00, 0x00, 0xff); // blue
151150

152151
Timeout.add (50, draw);
153152
}

0 commit comments

Comments
 (0)