3 ; Dark background color map for printing
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.
20 (net-endpoint "#ff0000")
24 (logic-bubble "#00ffff")
26 (detached-attribute "#ff0000")
34 (output-background "#000000")