Add valid colors
This commit is contained in:
parent
438600d057
commit
99cf8b3b3c
29
syntax.md
29
syntax.md
@ -122,9 +122,32 @@ connections: # list of all connections to be made
|
||||
Colors are defined via uppercase, two character strings.
|
||||
Striped/banded wires can be specified by simply concatenating multiple colors, with no space inbetween, eg. `GNYE` for green-yellow.
|
||||
|
||||
```
|
||||
TODO: list valid colors
|
||||
```
|
||||
The following colors are understood:
|
||||
|
||||
- `BK`  (black)
|
||||
- `WH`  (white)
|
||||
- `GY`  (grey)
|
||||
- `PK`  (pink)
|
||||
- `RD`  (red)
|
||||
- `OG`  (orange)
|
||||
- `YE`  (yellow)
|
||||
- `OL`  (olive green)
|
||||
- `GN`  (green)
|
||||
- `TQ`  (turquoise)
|
||||
- `LB`  (light blue)
|
||||
- `BU`  (blue)
|
||||
- `VT`  (violet)
|
||||
- `BN`  (brown)
|
||||
- `BG`  (beige)
|
||||
- `IV`  (ivory)
|
||||
- `SL`  (slate)
|
||||
- `CU`  (copper)
|
||||
- `SN`  (tin)
|
||||
- `SR`  (silver)
|
||||
- `GD`  (gold)
|
||||
|
||||
<!-- color list generated with a helper script: -->
|
||||
<!-- https://gist.github.com/formatc1702/3c93fb4c5e392364899283f78672b952 -->
|
||||
|
||||
## Cable color codes
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user