(display-color-map '(
  (background           "#585858")
  (pin                  "#ffffff")
  (net-endpoint         "#ff0000")
  (graphic              "#00ff00")
  (net                  "#0000ff")
  (attribute            "#ffff00")
  (logic-bubble         "#00ffff")
  (dots-grid            "#bebebe")
  (detached-attribute   "#ff0000")
  (text                 "#00ff00")
  (bus                  "#00ff00")
  (select               "#ffa500")
  (bounding-box         "#ffa500")
  (zoom-box             "#00ffff")
  (stroke               "#e5e5e5")
  (lock                 "#bebebe")
  (output-background    #f)
  (freestyle1           "#308a8e")
  (freestyle2           "#d02f2f")
  (freestyle3           "#b93ac1")
  (freestyle4           "#cccccc")
  (junction             "#ffff00")
  (mesh-grid-major      "#1e1e1e")
  (mesh-grid-minor      "#171717")
))

(display-outline-color-map '(
  (background           #f)
  (pin                  "#ababab")
  (net-endpoint         "#00ab00")
  (graphic              "#00ab00")
  (net                  "#0000ab")
  (attribute            "#abab00")
  (logic-bubble         "#00abab")
  (dots-grid            #f)
  (detached-attribute   "#ab0000")
  (text                 "#00ab00")
  (bus                  "#00ab00")
  (select               "#ffa500")
  (bounding-box         "#ffa500")
  (zoom-box             "#00ffff")
  (stroke               "#e5e5e5")
  (lock                 "#a9a9a9")
  (output-background    #f)
  (freestyle1           "#308a8e")
  (freestyle2           "#d02f2f")
  (freestyle3           "#b93ac1")
  (freestyle4           "#cccccc")
  (junction             "#abab00")
  (mesh-grid-major      #f)
  (mesh-grid-minor      #f)
))

