made the color fix for black/white backgrounds

This commit is contained in:
Dhanya Maliakal
2017-12-14 14:29:07 +01:00
parent e7f7e0f280
commit 0649626842
6 changed files with 10 additions and 10 deletions

View File

@ -141,7 +141,7 @@ int main(int argc, char *argv[]) {
}
FILE_LOG(logINFO) << "Ready ... ";
cprintf(DARKGRAY, "\n[ Press \'Ctrl+c\' to exit ]\n");
cprintf(RESET, "\n[ Press \'Ctrl+c\' to exit ]\n");
while(keeprunning)
pause();