txtwin: mark previous position with '
[cnoor.git] / config.h
blob51da981d3d516081db55f0326e46ca62f1b83a29
1 /* cnoor config file */
3 /* framebuffer depth */
4 typedef unsigned int fbval_t;
6 /* optimized version of fb_val() */
7 #define FB_VAL(r, g, b) fb_val((r), (g), (b))
9 /* you can get it from http://tanzil.info/download */
10 #define QURAN_PATH "/path/to/quran.txt"
11 /* it should be a utf-8 file with one aya per line or NULL */
12 #define TRANS_PATH "/path/to/translation.txt"
14 /* fonts and colors */
15 #define COLOR_FG 0x000000
16 #define COLOR_BG 0xd5ddff
17 #define FONT_QURAN "KFGQPCUthmanicScriptHAFS 12"
18 #define FONT_TRANS "DejaVu Sans 7"
19 #define FONT_NUM FONT_QURAN
20 #define FONT_JUZ FONT_QURAN
21 #define FONT_SAJDA FONT_QURAN