diff -r c4d4b8a8f902 -r 6c64b7a073af src/main.c --- a/src/main.c Wed Apr 09 12:07:47 2014 +0200 +++ b/src/main.c Wed Apr 09 18:11:51 2014 +0200 @@ -30,6 +30,7 @@ #include "terminal-chess.h" #include "game.h" #include "input.h" +#include "colors.h" #include #include #include @@ -170,7 +171,7 @@ if (has_colors()) { start_color(); init_colorpairs(); - bkgd(COLOR_PAIR(COL_YB)); + bkgd(COLOR_PAIR(COL_APP)); } else { fprintf(stderr, "Non-colored terminals are not supported yet."); endwin();