summaryrefslogtreecommitdiff
path: root/gerbonara/cad/kicad/schematic_colors.py
blob: d38a88d3c012957466914928f08a928242562e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class Colorscheme:
    class KiCad:
        wire = 'black'
        bus = 'black'
        lines = 'black'
        no_connect = 'black'
        text = 'black'
        values = 'black'
        labels = 'black'
        fill = '#cccccc'
        background = 'white'