Change electic layer edge
This commit is contained in:
parent
c25b594902
commit
e23cb4f916
2
edges.py
2
edges.py
@ -10,7 +10,7 @@ EDGES = {
|
||||
'audio': { 'color': 'khaki4', 'style': 'solid' },
|
||||
'bluetooth': { 'color': 'royalblue1', 'style': 'dashed' },
|
||||
'cable': { 'color': 'rebeccapurple', 'style': 'dotted' },
|
||||
'electric': { 'color': 'turquoise', 'style': 'tapered' },
|
||||
'electric': { 'color': 'turquoise', 'style': 'solid' },
|
||||
'ethernet': { 'color': 'navy', 'style': 'solid' },
|
||||
'hdmi': { 'color': 'palegreen4', 'style': 'solid' },
|
||||
'wifi': { 'color': 'firebrick', 'style': 'dashed' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user