File: cjam.vpl

package info (click to toggle)
vice 3.9%2Bdfsg-1
  • links: PTS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 54,736 kB
  • sloc: ansic: 453,239; cpp: 35,725; sh: 9,629; makefile: 7,326; perl: 1,821; yacc: 1,262; lex: 632; sed: 184; objc: 115; xml: 36; awk: 6
file content (58 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (4)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# VICE Palette file
#
# Syntax:
# Red Green Blue
#
# taken from http://jamontoads.net/p/lumachroma.html
#
# TYPE:VICII
# NAME:Christopher Jam

# Black
00 00 00

# White
FF FF FF

# Red
7d 20 2c

# Cyan
4f b3 a5

# Purple
84 25 8c

# Green
33 98 40

# Blue
2a 1b 9d

# Yellow
bf d0 4a

# Orange
7f 41 0d

# Brown
4c 2e 00

# Light Red
b4 4f 5c

# Dark Gray
3c 3c 3c

# Medium Gray
64 64 64

# Light Green
7c e5 87

# Light Blue
63 51 db

# Light Gray
93 93 93