|
Revision 918, 0.7 kB
(checked in by takkaria, 6 months ago)
|
Use consistent newlines everywhere, and also set the svn:eol-style property to native on all text files.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
# File: graf-x11.prf |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
# Font stuff |
|---|
| 5 |
%:font-x11.prf |
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
# Color palette - Graphics |
|---|
| 9 |
|
|---|
| 10 |
V:16:0x01:0x00:0x00:0x00 |
|---|
| 11 |
V:17:0x01:0xF0:0xE0:0xD0 |
|---|
| 12 |
V:18:0x01:0x80:0x80:0x80 |
|---|
| 13 |
V:19:0x01:0x50:0x50:0x50 |
|---|
| 14 |
V:20:0x01:0xE0:0xB0:0x00 |
|---|
| 15 |
V:21:0x01:0xC0:0xA0:0x70 |
|---|
| 16 |
V:22:0x01:0x80:0x60:0x40 |
|---|
| 17 |
V:23:0x01:0x50:0x3C:0x28 |
|---|
| 18 |
V:24:0x01:0x00:0xA0:0xF0 |
|---|
| 19 |
V:25:0x01:0x00:0x00:0xF0 |
|---|
| 20 |
V:26:0x01:0x00:0x00:0x70 |
|---|
| 21 |
V:27:0x01:0xF0:0x00:0x00 |
|---|
| 22 |
V:28:0x01:0x80:0x00:0x00 |
|---|
| 23 |
V:29:0x01:0x90:0x00:0xB0 |
|---|
| 24 |
V:30:0x01:0x00:0x60:0x10 |
|---|
| 25 |
V:31:0x01:0x60:0xF0:0x40 |
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
# Hack -- initialization |
|---|
| 29 |
?:[NOT [EQU $SYS xxx]] |
|---|
| 30 |
|
|---|
| 31 |
# Standard file |
|---|
| 32 |
?:[EQU $GRAF old] |
|---|
| 33 |
%:graf-xxx.prf |
|---|
| 34 |
|
|---|
| 35 |
# New tiles |
|---|
| 36 |
?:[EQU $GRAF new] |
|---|
| 37 |
%:graf-new.prf |
|---|
| 38 |
|
|---|
| 39 |
# David Gervais tiles |
|---|
| 40 |
?:[EQU $GRAF david] |
|---|
| 41 |
%:graf-dvg.prf |
|---|
| 42 |
|
|---|
| 43 |
?:1 |
|---|