From 37790d4da9fc1e6b988eb8c3b43400011769ea02 Mon Sep 17 00:00:00 2001 From: Joey Wunderlich Date: Tue, 3 Sep 2019 10:16:05 -0700 Subject: [PATCH] make hc mode sim color have higher contrast (#2409) --- sim/visuals/microbit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/visuals/microbit.ts b/sim/visuals/microbit.ts index ceecda9c..a91647c4 100644 --- a/sim/visuals/microbit.ts +++ b/sim/visuals/microbit.ts @@ -259,7 +259,7 @@ path.sim-board { theme.ledOn = "#0000bb"; theme.display = "#ffffff"; theme.pin = "#D4AF37"; - theme.accent = "#273EE2"; + theme.accent = "#FFD43A"; } return theme; }