txtwin: add % command
[cnoor.git] / config.h
blobb7ca470219adfac1df36a729efe8e450a3a2cc69
1 /* cnoor config file */
3 /* you can get it from http://tanzil.info/download */
4 #define QURAN_PATH "/path/to/quran.txt"
5 /* it should be a utf-8 file with one aya per line or NULL */
6 #define TRANS_PATH "/path/to/translation.txt"
8 /* setting fonts and colors */
9 #define QURAN_FONT "me_quran 11"
10 #define QURAN_FG "#000000"
11 #define QURAN_BG "#DDDDFF"
13 #define TRANS_FONT "DejaVu Sans 9"
14 #define TRANS_FG "#444455"
15 #define TRANS_BG "#FFFFFF"
17 #define SIGN_FONT "DejaVu Sans Mono 5"
18 #define SIGN_FG "#225599"
19 #define SIGN_BG "#FFFFFF"