make hc mode sim color have higher contrast (#2409)

This commit is contained in:
Joey Wunderlich 2019-09-03 10:16:05 -07:00 committed by Peli de Halleux
parent 54022fdfbc
commit 37790d4da9

View File

@ -259,7 +259,7 @@ path.sim-board {
theme.ledOn = "#0000bb";
theme.display = "#ffffff";
theme.pin = "#D4AF37";
theme.accent = "#273EE2";
theme.accent = "#FFD43A";
}
return theme;
}