/etc/angband/pref/font-sdl.prf is in angband 1:3.3.2-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 30 | # File: font-win.prf
#
# This file is used by Angband (when it was compiled using "main-sdl.c")
# to specify simple attr:char remappings using a standard font, allowing
# the use of special pseudo-graphic pictures for walls and such.
#
# Note that this file is extremely similar to the "font-ibm.prf" file,
# but it uses different codes, since it uses the special pseudo-graphic
# symbols defined in the "lib:xtra:font:*.FON" files, and there is only
# one special wall type, so we have to use special "colors".
#
### Terrain features ###
# Floors (white : centered dot)
F:1:all:1:7
# Magma (slate : solid block)
F:50:all:2:127
# Quartz (light slate : solid block)
F:51:all:9:127
# Granite walls (white : solid block)
F:56:all:1:127
# Permanent rock (dark red : solid block)
F:60:all:4:127
|