-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
49 lines (44 loc) · 1 KB
/
config.yml
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
default window size:
x: 512
y: 512
keep aspect ratio: no
refresh rate: 60
palettes:
low:
- 000000 # BLOCK
- 404040 # CROSS
- 404000 # WIRE
- 404040 # LIGHT
- 800000 # AND
- 008000 # OR
- 000080 # XOR
- 008080 # NAND
- 800080 # NOR
- 808000 # XNOR
- 004080 # IO PORT
- 400080 # CLOCK
- 804000 # T--LATCH
- 408000 # RS-LATCH
- 800040 # D--LATCH
- 008040 # JK-LATCH
- 004000 # MEMORY
- 400000 # JUMPER
high:
- 000000 # BLOCK
- 404040 # CROSS
- ffff80 # WIRE
- ffffff # LIGHT
- ff0000 # AND
- 00ff00 # OR
- 0000ff # XOR
- 00ffff # NAND
- ff00ff # NOR
- ffff00 # XNOR
- 0080ff # IO PORT
- 8000ff # CLOCK
- ff8000 # T--LATCH
- 80ff00 # RS-LATCH
- ff0080 # D--LATCH
- 00ff80 # JK-LATCH
- 004000 # MEMORY
- 400000 # JUMPER