1
2
3 dmn
4
5
6
7
8
9
10
11
12
13
14 (print-color-map '(
15 (background "#002b36ff")
16 (pin "#c18f5fff")
17 (net-endpoint "#00B330ff")
18 (graphic "#cc9d47ff")
19 (net "#bebebeff")
20 (attribute "#abababff")
21 (logic-bubble "#ef653bff")
22 (dots-grid "#006680ff")
23 (detached-attribute "#ef5121ff")
24 (text "#00A2CC")
25
26 (bus "#26c3d9ff")
27 (select "#c7ec10ff")
28 (bounding-box "#76e665ff")
29 (zoom-box "#ff94e9ff")
30 (stroke "#ffe5b5ff")
31 (lock "#919191ff")
32 (output-background "#002b36ff")
33 (freestyle1 "#97a547ff")
34 (freestyle2 "#c18f5fff")
35 (freestyle3 "#ca5d31ff")
36 (freestyle4 "#76e665ff")
37 (junction "#ffffffff")
38 (mesh-grid-major "#003947ff")
39 (mesh-grid-minor "#003240ff")
40 ))
41