From b18e3f31ad2d721552f92ce9e73bb23f2da356d3 Mon Sep 17 00:00:00 2001 From: dx-mon Date: Sat, 10 Oct 2020 15:40:22 +0100 Subject: [PATCH] Added support for 8-layer boards to the Eagle theme --- eagle/pcbnew | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eagle/pcbnew b/eagle/pcbnew index d576c9b..7a2d006 100644 --- a/eagle/pcbnew +++ b/eagle/pcbnew @@ -3,8 +3,8 @@ Color4DPCBLayer_In1.Cu=rgba(255, 255, 0, 0.700) Color4DPCBLayer_In2.Cu=rgba(200, 200, 50, 0.700) Color4DPCBLayer_In3.Cu=rgba(50, 200, 200, 0.700) Color4DPCBLayer_In4.Cu=rgba(0, 255, 255, 0.700) -Color4DPCBLayer_In5.Cu=rgb(0, 132, 0) -Color4DPCBLayer_In6.Cu=rgb(0, 0, 132) +Color4DPCBLayer_In5.Cu=rgba(255, 50, 255, 0.700) +Color4DPCBLayer_In6.Cu=rgba(200, 50, 200, 0.700) Color4DPCBLayer_In7.Cu=rgb(132, 132, 132) Color4DPCBLayer_In8.Cu=rgb(132, 0, 132) Color4DPCBLayer_In9.Cu=rgb(194, 194, 194)