diff options
Diffstat (limited to 'data/gtk2hackrc')
-rw-r--r-- | data/gtk2hackrc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/gtk2hackrc b/data/gtk2hackrc new file mode 100644 index 0000000..17902d9 --- /dev/null +++ b/data/gtk2hackrc @@ -0,0 +1,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"
\ No newline at end of file |