diff --git a/src/app/WireWidget.cpp b/src/app/WireWidget.cpp index 6b58c749..294e9af3 100644 --- a/src/app/WireWidget.cpp +++ b/src/app/WireWidget.cpp @@ -75,7 +75,7 @@ static const NVGcolor wireColors[] = { nvgRGB(0xc9, 0x18, 0x47), // red nvgRGB(0x0c, 0x8e, 0x15), // green nvgRGB(0x09, 0x86, 0xad), // blue - nvgRGB(0x44, 0x44, 0x44), // black + // nvgRGB(0x44, 0x44, 0x44), // black // nvgRGB(0x66, 0x66, 0x66), // gray // nvgRGB(0x88, 0x88, 0x88), // light gray // nvgRGB(0xaa, 0xaa, 0xaa), // white