txtwin: add more movement keys
[cnoor.git] / config.h
blob526adbf2448a1f4fe766044d2d4991db3b2c3d14
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"
16 #define SIGN_FONT "DejaVu Sans Mono 5"
17 #define SIGN_FG "#225599"
18 #define SIGN_BG "#FFFFFF"