3 ; Light 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 "#f0f0f0")
20 (net-endpoint "#ff0000")
24 (logic-bubble "#008b8b")
26 (mesh-grid-major "#e1e1e1")
27 (mesh-grid-minor "#e8e8e8")
28 (detached-attribute "#ff0000")
32 (bounding-box "#ffa500")
36 (output-background #f)
44 (display-outline-color-map
47 (net-endpoint "#cdcdcd")
51 (logic-bubble "#008b8b")
55 (detached-attribute "#cd0000")
59 (bounding-box "#ffa500")
63 (output-background #f)