blob: 17902d95eaa8ad386ddb421db10e4f23cce6fa0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
#
pixmap_path "/usr/local/games/lib/nethackdir:/var/install/usr/local/games/lib/nethackdir"
style "map"
{
bg_pixmap[NORMAL] = "mapbg.xpm"
fg[NORMAL] = { 1.0, 0.0, 0.0 }
bg[NORMAL] = { 0.3, 0.3, 0.3 }
bg[SELECTED] = { 0.5, 0.5, 0.5 }
bg[SELECTED] = { 0.5, 0.5, 0.5 }
}
style "text"
{
font_name = "Courier 10"
}
style "status"
{
font_name = "Sans 8"
}
widget "*status window.*" style "status"
widget "*message window.*" style "text"
widget "*text window.*" style "text"
#widget "*menu dialog.*" style "text"
widget "*map window.*" style "map"
|