Angband 3.0.9b.
[angband.git] / lib / pref / message.prf
blob02f557202e988f6809b1b71f95366fc579228e1f
1 # File: message.prf
4 # This file defines the default message colors.
6 # This file includes, if appropriate, various "sub-files".
8 # See "lib/help/command.txt" and "src/files.c" for more information.
10 # Format:
11 # M:<message-type>:<color>
13 # Possible colors:
14 # d = Black
15 # w = White
16 # s = Gray
17 # o = Orange
18 # r = Red
19 # g = Green
20 # b = Blue
21 # u = Brown
22 # D = Dark Gray
23 # W = Light Gray
24 # v = Violet
25 # y = Yellow
26 # R = Light Red
27 # G = Light Green
28 # B = Light Blue
29 # U = Light Brown
32 # MSG_GENERIC
33 M:0:w
35 # MSG_HIT
36 M:1:w
38 # MSG_MISS
39 M:2:w
41 # MSG_FLEE
42 M:3:w
44 # MSG_DROP
45 M:4:w
47 # MSG_KILL
48 M:5:w
50 # MSG_LEVEL
51 M:6:w
53 # MSG_DEATH
54 M:7:w
56 # MSG_STUDY
57 M:8:w
59 # MSG_TELEPORT
60 M:9:w
62 # MSG_SHOOT
63 M:10:w
65 # MSG_QUAFF
66 M:11:w
68 # MSG_ZAP
69 M:12:w
71 # MSG_WALK
72 M:13:w
74 # MSG_TPOTHER
75 M:14:w
77 # MSG_HITWALL
78 M:15:w
80 # MSG_EAT
81 M:16:w
83 # MSG_STORE1
84 M:17:w
86 # MSG_STORE2
87 M:18:w
89 # MSG_STORE3
90 M:19:w
92 # MSG_STORE4
93 M:20:w
95 # MSG_DIG
96 M:21:w
98 # MSG_OPENDOOR
99 M:22:w
101 # MSG_SHUTDOOR
102 M:23:w
104 # MSG_TPLEVEL
105 M:24:w
107 # MSG_BELL
108 M:25:o
110 # MSG_NOTHING_TO_OPEN
111 M:26:w
113 # MSG_LOCKPICK_FAIL
114 M:27:w
116 # MSG_STAIRS
117 M:28:w
119 # MSG_HITPOINT_WARN
120 M:29:o