diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -169,7 +169,8 @@ void main(void) { OS.shflok = 0; // turn off shift-lock. OS.soundr = 0; // Turn off SIO beeping sound OS.color2 = conf->colors[0]; /* text BG, user-selected */ - OS.color1 = (conf->colors[1] & 0x0f) | 0xc0; /* green (at user's brightness) */ + // OS.color1 = (conf->colors[1] & 0x0f) | 0xc0; /* green (at user's brightness) */ + OS.color1 = conf->colors[1]; OS.color0 = 0x06; /* grey for inactive */ OS.color3 = 0x46; /* red for highlight (not used yet) */ OS.noclik = conf->disable_keyclick; |
