Change electic layer edge
This commit is contained in:
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' },
|
||||
|
||||
Reference in New Issue
Block a user