make ui color configurable through a header file
This commit is contained in:
15
color.h
Normal file
15
color.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef COLOR_H
|
||||
#define COLOR_H
|
||||
|
||||
#include <ncurses.h>
|
||||
|
||||
#define BORDERS_PRIMARY COLOR_BLACK
|
||||
#define BORDERS_SECONDARY COLOR_WHITE
|
||||
|
||||
#define DEFAULT_PRIMARY COLOR_WHITE
|
||||
#define DEFAULT_SECONDARY COLOR_BLACK
|
||||
|
||||
#define COMPLETED_PRIMARY COLOR_BLACK
|
||||
#define COMPLETED_SECONDARY COLOR_YELLOW
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user