aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ed310b6..135ce89 100644
--- a/src/main.c
+++ b/src/main.c
@@ -163,6 +163,8 @@ void main(void) {
OS.soundr = 0; // Turn off SIO beeping sound
OS.color2 = conf->colors[0];
OS.color1 = conf->colors[1];
+ OS.color0 = 0xca; /* green for active */
+ OS.color3 = 0x48; /* red for highlight (not used yet) */
OS.noclik = conf->disable_keyclick;
hz = (GTIA_READ.pal & 0x0e) ? 60 : 50;