config.h: organize configs
[cnoor.git] / config.h
blob735362738f7c77fab57786fceb52730406859a34
1 /* cnoor config file */
3 /* the path of quran and translation files */
4 #define QURAN_PATH "/path/to/quran.txt"
5 #define TRANS_PATH "/path/to/translation.txt"
7 /* setting fonts and colors*/
8 #define QURAN_FONT "me_quran 11"
9 #define QURAN_FG "#000000"
10 #define QURAN_BG "#DDDDFF"
12 #define TRANS_FONT "DejaVu Sans 9"
13 #define TRANS_FG "#444455"
14 #define TRANS_BG "#FFFFFF"