OSDN Git Service

Fix encoding.
[hengband/hengband.git] / lib / pref / user-win.prf
1
2
3 # Color redefinitions
4
5 # Color 'White'
6 V:1:0x07:0xFF:0xFF:0xFF
7
8 # Color 'Slate'
9 V:2:0x03:0x90:0x90:0x90
10
11 # Color 'Orange'
12 V:3:0x0C:0xFF:0x80:0x00
13
14 # Color 'Red'
15 V:4:0x04:0xC0:0x00:0x00
16
17 # Color 'Green'
18 V:5:0x02:0x00:0x80:0x40
19
20 # Color 'Blue'
21 V:6:0x01:0x00:0x00:0xFF
22
23 # Color 'Umber'
24 V:7:0x06:0xA0:0x50:0x10
25
26 # Color 'Light Dark'
27 V:8:0x08:0x70:0x70:0x70
28
29 # Color 'Light Slate'
30 V:9:0x0B:0xD0:0xD0:0xD0
31
32 # Color 'Violet'
33 V:10:0x05:0xFF:0x00:0xFF
34
35 # Color 'Yellow'
36 V:11:0x0E:0xFF:0xFF:0x00
37
38 # Color 'Light Red'
39 V:12:0x0D:0xFF:0x00:0x00
40
41 # Color 'Light Green'
42 V:13:0x0A:0x00:0xFF:0x00
43
44 # Color 'Light Blue'
45 V:14:0x09:0x00:0xFF:0xFF
46
47 # Color 'Light Umber'
48 V:15:0x06:0xC0:0x80:0x40
49
50
51
52
53