3 ; Dark background color map for gschem
7 ; Keywords are case sensitive (Guile feature)
8 ; Colors are not case sensitive
11 ; Colors may be specified in "#RRGGBB" or "#RRGGBBAA" format. If the alpha
12 ; value is not specified, full opacity is assumed.
14 ; If a color is #f (not a string; Scheme 'false'), then objects of
15 ; that color will never be drawn.
18 '((background "#000000")
20 (net-endpoint "#ff0000")
24 (logic-bubble "#00ffff")
27 (mesh-grid-major "#1e1e1e")
28 (mesh-grid-minor "#171717")
29 (detached-attribute "#ff0000")
33 (place-origin "#c00000")
34 (bounding-box "#ffa500")
38 (output-background #f)
46 (display-outline-color-map
49 (net-endpoint "#00ab00")
53 (logic-bubble "#00abab")
58 (detached-attribute "#ab0000")
62 (place-origin "#c00000")
63 (bounding-box "#ffa500")
67 (output-background #f)