switched background to white, used dark gray with bold option for info text

This commit is contained in:
Dhanya Maliakal
2016-11-07 10:55:09 +01:00
parent 3a3e2e26d8
commit a17e65c22f
3 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
#define MAGENTA "\x1b[35m"
#define CYAN "\x1b[36m"
#define GRAY "\x1b[37m"
#define DARKGRAY "\x1b[30m"
#define BG_RED "\x1b[41m"
#define BG_GREEN "\x1b[42m"
#define BG_YELLOW "\x1b[43m"