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 "#000000")
27 (mesh-grid-major "#e1e1e1")
28 (mesh-grid-minor "#e8e8e8")
29 (detached-attribute "#ff0000")
33 (place-origin "#f04040")
34 (bounding-box "#ffa500")
38 (output-background #f)
46 (display-outline-color-map
47 '((background "#f0f0f0")
49 (net-endpoint "#cdcdcd")
53 (logic-bubble "#008b8b")
58 (detached-attribute "#cd0000")
62 (place-origin "#f04040")
63 (bounding-box "#ffa500")
67 (output-background #f)