1 ; file: colors_zelenuha_print_dmn.scm
 2 ; type: lepton-eda color scheme
 3 ; copyright (c) 2019-2021 dmn <graahnul.grom@gmail.com>
 4 ; license: GPLv2+
 5 ;
 6 ; Dark color scheme created with View->Color Scheme Editor.
 7 ; The same colors as in the colors_zelenuha_dmn.scm, but
 8 ; used for printing and exporting with 'lepton-cli export'.
 9 ;
10 ; Usage: add the following to your gafrc configuration file:
11 ;   ( primitive-load "/path/to/colors_zelenuha_print_dmn.scm" )
12 ;
13 
14 (print-color-map '(
15   (background           "#002b36ff")
16   (pin                  "#c18f5fff")
17   (net-endpoint         "#00B330ff")
18   (graphic              "#cc9d47ff")
19   (net                  "#bebebeff")
20   (attribute            "#abababff")
21   (logic-bubble         "#ef653bff")
22   (dots-grid            "#006680ff")
23   (detached-attribute   "#ef5121ff")
24   (text                 "#00A2CC")
25   ; (text                 "#799aa9ff") ; default darkbg cs text color
26   (bus                  "#26c3d9ff")
27   (select               "#c7ec10ff")
28   (bounding-box         "#76e665ff")
29   (zoom-box             "#ff94e9ff")
30   (stroke               "#ffe5b5ff")
31   (lock                 "#919191ff")
32   (output-background    "#002b36ff")
33   (freestyle1           "#97a547ff")
34   (freestyle2           "#c18f5fff")
35   (freestyle3           "#ca5d31ff")
36   (freestyle4           "#76e665ff")
37   (junction             "#ffffffff")
38   (mesh-grid-major      "#003947ff")
39   (mesh-grid-minor      "#003240ff")
40 ))
41