Change electic layer edge

This commit is contained in:
Clément Martin 2022-01-05 20:47:36 +01:00
parent c25b594902
commit e23cb4f916

View File

@ -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' },