Merge pull request #20 from DX-MON/main
Eagle-inspired colour theme for KiCAD
This commit is contained in:
commit
ff06530875
9 changed files with 371 additions and 1 deletions
|
@ -50,6 +50,7 @@ color-scheme | screenshot
|
|||
**neon** *Inspired by forum user BobZ* | 
|
||||
**nord** *Designed by @0xdec* | 
|
||||
**monokai** *Inspired by forum user kickofighto* | 
|
||||
**eagle** *Designed by DX-MON, Inspired by EagleCAD* | 
|
||||
|
||||
## pcbnew
|
||||
color-scheme | screenshot
|
||||
|
@ -58,6 +59,7 @@ color-scheme | screenshot
|
|||
**behave-dark** *https://atom.io/themes/behave-theme* | 
|
||||
**blue-green-dark** | 
|
||||
**nord** *Designed by @0xdec* | 
|
||||
**eagle** *Designed by DX-MON, Inspired by EagleCAD* | 
|
||||
|
||||
## footprint editor
|
||||
color-scheme | screenshot
|
||||
|
@ -65,4 +67,5 @@ color-scheme | screenshot
|
|||
**kicad-default** | 
|
||||
**behave-dark** *https://atom.io/themes/behave-theme* | 
|
||||
**blue-green-dark** | 
|
||||
**nord** *Designed by @0xdec* | 
|
||||
**nord** *Designed by @0xdec* | 
|
||||
**eagle** *Designed by DX-MON, Inspired by EagleCAD* | 
|
||||
|
|
175
eagle/eagle.json
Normal file
175
eagle/eagle.json
Normal file
|
@ -0,0 +1,175 @@
|
|||
{
|
||||
"board": {
|
||||
"anchor": "rgb(174, 129, 255)",
|
||||
"aux_items": "rgb(255, 255, 255)",
|
||||
"b_adhes": "rgba(64, 64, 192, 0.600)",
|
||||
"b_crtyd": "rgb(248, 248, 242)",
|
||||
"b_fab": "rgb(170, 170, 192)",
|
||||
"b_mask": "rgba(170, 170, 224, 0.700)",
|
||||
"b_paste": "rgba(128, 128, 192, 0.750)",
|
||||
"b_silks": "rgba(170, 170, 224, 0.800)",
|
||||
"background": "rgb(33, 33, 33)",
|
||||
"cmts_user": "rgb(160, 160, 0)",
|
||||
"copper": {
|
||||
"b": "rgba(50, 50, 200, 0.700)",
|
||||
"f": "rgba(192, 0, 0, 0.700)",
|
||||
"in1": "rgba(255, 255, 0, 0.700)",
|
||||
"in10": "rgb(132, 0, 132)",
|
||||
"in11": "rgb(132, 0, 0)",
|
||||
"in12": "rgb(132, 132, 0)",
|
||||
"in13": "rgb(194, 194, 194)",
|
||||
"in14": "rgb(0, 0, 132)",
|
||||
"in15": "rgb(0, 132, 0)",
|
||||
"in16": "rgb(132, 0, 0)",
|
||||
"in17": "rgb(194, 194, 0)",
|
||||
"in18": "rgb(194, 0, 194)",
|
||||
"in19": "rgb(194, 0, 0)",
|
||||
"in2": "rgba(200, 200, 50, 0.700)",
|
||||
"in20": "rgb(0, 132, 132)",
|
||||
"in21": "rgb(0, 132, 0)",
|
||||
"in22": "rgb(0, 0, 132)",
|
||||
"in23": "rgb(132, 132, 132)",
|
||||
"in24": "rgb(132, 0, 132)",
|
||||
"in25": "rgb(194, 194, 194)",
|
||||
"in26": "rgb(132, 0, 132)",
|
||||
"in27": "rgb(132, 0, 0)",
|
||||
"in28": "rgb(132, 132, 0)",
|
||||
"in29": "rgb(194, 194, 194)",
|
||||
"in3": "rgba(50, 200, 200, 0.700)",
|
||||
"in30": "rgb(0, 0, 132)",
|
||||
"in4": "rgba(0, 255, 255, 0.700)",
|
||||
"in5": "rgba(255, 50, 255, 0.700)",
|
||||
"in6": "rgba(200, 50, 200, 0.700)",
|
||||
"in7": "rgb(132, 132, 132)",
|
||||
"in8": "rgb(132, 0, 132)",
|
||||
"in9": "rgb(194, 194, 194)"
|
||||
},
|
||||
"cursor": "rgb(255, 255, 255)",
|
||||
"dwgs_user": "rgb(192, 192, 192)",
|
||||
"eco1_user": "rgb(0, 132, 0)",
|
||||
"eco2_user": "rgb(194, 194, 0)",
|
||||
"edge_cuts": "rgba(160, 160, 160, 0.800)",
|
||||
"f_adhes": "rgba(192, 64, 64, 0.600)",
|
||||
"f_crtyd": "rgb(248, 248, 242)",
|
||||
"f_fab": "rgb(224, 170, 170)",
|
||||
"f_mask": "rgba(224, 170, 170, 0.700)",
|
||||
"f_paste": "rgba(192, 128, 128, 0.750)",
|
||||
"f_silks": "rgba(224, 170, 170, 0.800)",
|
||||
"footprint_text_back": "rgb(0, 0, 132)",
|
||||
"footprint_text_front": "rgb(194, 194, 194)",
|
||||
"footprint_text_invisible": "rgb(132, 132, 132)",
|
||||
"grid": "rgb(60, 60, 60)",
|
||||
"no_connect": "rgb(0, 0, 132)",
|
||||
"pad_back": "rgba(50, 50, 200, 0.700)",
|
||||
"pad_front": "rgba(192, 0, 0, 0.700)",
|
||||
"pad_through_hole": "rgba(50, 200, 50, 0.700)",
|
||||
"plated_hole": "rgb(194, 194, 0)",
|
||||
"ratsnest": "rgb(255, 255, 255)",
|
||||
"via_blind_buried": "rgb(132, 132, 0)",
|
||||
"via_micro": "rgb(0, 132, 132)",
|
||||
"via_through": "rgb(194, 194, 194)",
|
||||
"worksheet": "rgb(192, 0, 0)"
|
||||
},
|
||||
"fpedit": {
|
||||
"anchor": "rgb(0, 0, 132)",
|
||||
"aux_items": "rgb(255, 255, 255)",
|
||||
"b_adhes": "rgba(64, 64, 192, 0.600)",
|
||||
"b_crtyd": "rgb(132, 132, 132)",
|
||||
"b_fab": "rgb(170, 170, 224)",
|
||||
"b_mask": "rgba(170, 170, 224, 0.700)",
|
||||
"b_paste": "rgba(128, 128, 192, 0.750)",
|
||||
"b_silks": "rgba(170, 170, 224, 0.800)",
|
||||
"background": "rgb(33, 33, 33)",
|
||||
"cmts_user": "rgb(160, 160, 0)",
|
||||
"copper": {
|
||||
"b": "rgba(50, 50, 200, 0.700)",
|
||||
"f": "rgba(192, 0, 0, 0.700)",
|
||||
"in1": "rgb(194, 194, 0)",
|
||||
"in10": "rgb(132, 0, 132)",
|
||||
"in11": "rgb(132, 0, 0)",
|
||||
"in12": "rgb(132, 132, 0)",
|
||||
"in13": "rgb(194, 194, 194)",
|
||||
"in14": "rgb(0, 0, 132)",
|
||||
"in15": "rgb(0, 132, 0)",
|
||||
"in16": "rgb(132, 0, 0)",
|
||||
"in17": "rgb(194, 194, 0)",
|
||||
"in18": "rgb(194, 0, 194)",
|
||||
"in19": "rgb(194, 0, 0)",
|
||||
"in2": "rgb(194, 0, 194)",
|
||||
"in20": "rgb(0, 132, 132)",
|
||||
"in21": "rgb(0, 132, 0)",
|
||||
"in22": "rgb(0, 0, 132)",
|
||||
"in23": "rgb(132, 132, 132)",
|
||||
"in24": "rgb(132, 0, 132)",
|
||||
"in25": "rgb(194, 194, 194)",
|
||||
"in26": "rgb(132, 0, 132)",
|
||||
"in27": "rgb(132, 0, 0)",
|
||||
"in28": "rgb(132, 132, 0)",
|
||||
"in29": "rgb(194, 194, 194)",
|
||||
"in3": "rgb(194, 0, 0)",
|
||||
"in30": "rgb(0, 0, 132)",
|
||||
"in4": "rgb(0, 132, 132)",
|
||||
"in5": "rgb(0, 132, 0)",
|
||||
"in6": "rgb(0, 0, 132)",
|
||||
"in7": "rgb(132, 132, 132)",
|
||||
"in8": "rgb(132, 0, 132)",
|
||||
"in9": "rgb(194, 194, 194)"
|
||||
},
|
||||
"cursor": "rgb(255, 255, 255)",
|
||||
"dwgs_user": "rgb(192, 192, 192)",
|
||||
"eco1_user": "rgb(0, 132, 0)",
|
||||
"eco2_user": "rgb(194, 194, 0)",
|
||||
"edge_cuts": "rgba(160, 160, 160, 0.800)",
|
||||
"f_adhes": "rgba(192, 64, 64, 0.600)",
|
||||
"f_crtyd": "rgb(194, 194, 194)",
|
||||
"f_fab": "rgb(224, 170, 170)",
|
||||
"f_mask": "rgba(224, 170, 170, 0.700)",
|
||||
"f_paste": "rgba(192, 128, 128, 0.750)",
|
||||
"f_silks": "rgba(224, 170, 170, 0.800)",
|
||||
"footprint_text_back": "rgb(0, 0, 132)",
|
||||
"footprint_text_front": "rgb(194, 194, 194)",
|
||||
"footprint_text_invisible": "rgb(132, 132, 132)",
|
||||
"grid": "rgb(60, 60, 60)",
|
||||
"pad_back": "rgba(50, 50, 200, 0.700)",
|
||||
"pad_front": "rgba(224, 0, 0, 0.700)",
|
||||
"pad_through_hole": "rgba(50, 200, 50, 0.700)",
|
||||
"plated_hole": "rgb(194, 194, 0)",
|
||||
"worksheet": "rgb(72, 0, 0)"
|
||||
},
|
||||
"meta": {
|
||||
"filename": "eagle",
|
||||
"name": "eagle",
|
||||
"version": 0
|
||||
},
|
||||
"schematic": {
|
||||
"background": "rgb(33, 33, 33)",
|
||||
"brightened": "rgb(204, 204, 204)",
|
||||
"bus": "rgb(0, 96, 192)",
|
||||
"component_body": "rgb(44, 44, 44)",
|
||||
"component_outline": "rgb(192, 0, 0)",
|
||||
"cursor": "rgb(224, 224, 224)",
|
||||
"erc_error": "rgba(192, 48, 48, 0.800)",
|
||||
"erc_warning": "rgba(192, 140, 0, 0.800)",
|
||||
"fields": "rgb(128, 0, 160)",
|
||||
"grid": "rgb(60, 60, 60)",
|
||||
"hidden": "rgb(194, 194, 194)",
|
||||
"junction": "rgb(0, 160, 0)",
|
||||
"label_global": "rgb(0, 160, 224)",
|
||||
"label_hier": "rgb(160, 160, 0)",
|
||||
"label_local": "rgb(192, 192, 192)",
|
||||
"net_name": "rgb(224, 224, 224)",
|
||||
"no_connect": "rgb(97, 43, 224)",
|
||||
"note": "rgb(192, 192, 0)",
|
||||
"pin": "rgb(192, 0, 0)",
|
||||
"pin_name": "rgb(192, 192, 192)",
|
||||
"pin_number": "rgb(192, 0, 0)",
|
||||
"reference": "rgb(192, 192, 192)",
|
||||
"sheet": "rgb(128, 0, 160)",
|
||||
"sheet_filename": "rgb(160, 160, 0)",
|
||||
"sheet_label": "rgb(160, 160, 0)",
|
||||
"sheet_name": "rgb(0, 160, 204)",
|
||||
"value": "rgb(192, 192, 192)",
|
||||
"wire": "rgb(0, 160, 0)",
|
||||
"worksheet": "rgb(192, 0, 0)"
|
||||
}
|
||||
}
|
29
eagle/eeschema
Normal file
29
eagle/eeschema
Normal file
|
@ -0,0 +1,29 @@
|
|||
Color4DWireEx=rgb(0, 160, 0)
|
||||
Color4DBusEx=rgb(0, 96, 192)
|
||||
Color4DConnEx=rgb(0, 160, 0)
|
||||
Color4DLLabelEx=rgb(192, 192, 192)
|
||||
Color4DHLabelEx=rgb(160, 160, 0)
|
||||
Color4DGLabelEx=rgb(0, 160, 224)
|
||||
Color4DPinNumEx=rgb(192, 0, 0)
|
||||
Color4DPinNameEx=rgb(192, 192, 192)
|
||||
Color4DFieldEx=rgb(128, 0, 160)
|
||||
Color4DReferenceEx=rgb(192, 192, 192)
|
||||
Color4DValueEx=rgb(192, 192, 192)
|
||||
Color4DNoteEx=rgb(192, 192, 0)
|
||||
Color4DBodyEx=rgb(192, 0, 0)
|
||||
Color4DBodyBgEx=rgb(44, 44, 44)
|
||||
Color4DNetNameEx=rgb(224, 224, 224)
|
||||
Color4DPinEx=rgb(192, 0, 0)
|
||||
Color4DSheetEx=rgb(128, 0, 160)
|
||||
Color4DSheetFileNameEx=rgb(160, 160, 0)
|
||||
Color4DSheetNameEx=rgb(0, 160, 204)
|
||||
Color4DSheetLabelEx=rgb(160, 160, 0)
|
||||
Color4DNoConnectEx=rgb(97, 43, 224)
|
||||
Color4DErcWEx=rgba(192, 140, 0, 0.800)
|
||||
Color4DErcEEx=rgba(192, 48, 48, 0.800)
|
||||
Color4DGridEx=rgb(60, 60, 60)
|
||||
Color4DBgCanvasEx=rgb(33, 33, 33)
|
||||
Color4DCursorEx=rgb(224, 224, 224)
|
||||
Color4DBrightenedEx=rgb(204, 204, 204)
|
||||
Color4DHiddenEx=rgb(194, 194, 194)
|
||||
Color4DWorksheetEx=rgb(192, 0, 0)
|
BIN
eagle/eeschema.png
Normal file
BIN
eagle/eeschema.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
66
eagle/footprint_editor
Normal file
66
eagle/footprint_editor
Normal file
|
@ -0,0 +1,66 @@
|
|||
ModEditColor4DPCBLayer_F.Cu=rgba(192, 0, 0, 0.700)
|
||||
ModEditColor4DPCBLayer_In1.Cu=rgb(194, 194, 0)
|
||||
ModEditColor4DPCBLayer_In2.Cu=rgb(194, 0, 194)
|
||||
ModEditColor4DPCBLayer_In3.Cu=rgb(194, 0, 0)
|
||||
ModEditColor4DPCBLayer_In4.Cu=rgb(0, 132, 132)
|
||||
ModEditColor4DPCBLayer_In5.Cu=rgb(0, 132, 0)
|
||||
ModEditColor4DPCBLayer_In6.Cu=rgb(0, 0, 132)
|
||||
ModEditColor4DPCBLayer_In7.Cu=rgb(132, 132, 132)
|
||||
ModEditColor4DPCBLayer_In8.Cu=rgb(132, 0, 132)
|
||||
ModEditColor4DPCBLayer_In9.Cu=rgb(194, 194, 194)
|
||||
ModEditColor4DPCBLayer_In10.Cu=rgb(132, 0, 132)
|
||||
ModEditColor4DPCBLayer_In11.Cu=rgb(132, 0, 0)
|
||||
ModEditColor4DPCBLayer_In12.Cu=rgb(132, 132, 0)
|
||||
ModEditColor4DPCBLayer_In13.Cu=rgb(194, 194, 194)
|
||||
ModEditColor4DPCBLayer_In14.Cu=rgb(0, 0, 132)
|
||||
ModEditColor4DPCBLayer_In15.Cu=rgb(0, 132, 0)
|
||||
ModEditColor4DPCBLayer_In16.Cu=rgb(132, 0, 0)
|
||||
ModEditColor4DPCBLayer_In17.Cu=rgb(194, 194, 0)
|
||||
ModEditColor4DPCBLayer_In18.Cu=rgb(194, 0, 194)
|
||||
ModEditColor4DPCBLayer_In19.Cu=rgb(194, 0, 0)
|
||||
ModEditColor4DPCBLayer_In20.Cu=rgb(0, 132, 132)
|
||||
ModEditColor4DPCBLayer_In21.Cu=rgb(0, 132, 0)
|
||||
ModEditColor4DPCBLayer_In22.Cu=rgb(0, 0, 132)
|
||||
ModEditColor4DPCBLayer_In23.Cu=rgb(132, 132, 132)
|
||||
ModEditColor4DPCBLayer_In24.Cu=rgb(132, 0, 132)
|
||||
ModEditColor4DPCBLayer_In25.Cu=rgb(194, 194, 194)
|
||||
ModEditColor4DPCBLayer_In26.Cu=rgb(132, 0, 132)
|
||||
ModEditColor4DPCBLayer_In27.Cu=rgb(132, 0, 0)
|
||||
ModEditColor4DPCBLayer_In28.Cu=rgb(132, 132, 0)
|
||||
ModEditColor4DPCBLayer_In29.Cu=rgb(194, 194, 194)
|
||||
ModEditColor4DPCBLayer_In30.Cu=rgb(0, 0, 132)
|
||||
ModEditColor4DPCBLayer_B.Cu=rgba(50, 50, 200, 0.700)
|
||||
ModEditColor4DPCBLayer_F.Adhes=rgba(192, 64, 64, 0.600)
|
||||
ModEditColor4DPCBLayer_B.Adhes=rgba(64, 64, 192, 0.600)
|
||||
ModEditColor4DPCBLayer_F.Paste=rgba(192, 128, 128, 0.750)
|
||||
ModEditColor4DPCBLayer_B.Paste=rgba(128, 128, 192, 0.750)
|
||||
ModEditColor4DPCBLayer_F.SilkS=rgba(224, 170, 170, 0.800)
|
||||
ModEditColor4DPCBLayer_B.SilkS=rgba(170, 170, 224, 0.800)
|
||||
ModEditColor4DPCBLayer_F.Mask=rgba(224, 170, 170, 0.700)
|
||||
ModEditColor4DPCBLayer_B.Mask=rgba(170, 170, 224, 0.700)
|
||||
ModEditColor4DPCBLayer_Dwgs.User=rgb(192, 192, 192)
|
||||
ModEditColor4DPCBLayer_Cmts.User=rgb(160, 160, 0)
|
||||
ModEditColor4DPCBLayer_Eco1.User=rgb(0, 132, 0)
|
||||
ModEditColor4DPCBLayer_Eco2.User=rgb(194, 194, 0)
|
||||
ModEditColor4DPCBLayer_Edge.Cuts=rgba(160, 160, 160, 0.800)
|
||||
ModEditColor4DPCBLayer_Margin=rgb(194, 0, 194)
|
||||
ModEditColor4DPCBLayer_F.CrtYd=rgb(194, 194, 194)
|
||||
ModEditColor4DPCBLayer_B.CrtYd=rgb(132, 132, 132)
|
||||
ModEditColor4DPCBLayer_F.Fab=rgb(224, 170, 170)
|
||||
ModEditColor4DPCBLayer_B.Fab=rgb(170, 170, 224)
|
||||
ModEditColor4DPCBLayer_Rescue=rgb(132, 0, 0)
|
||||
ModEditColor4DTxtFrontEx=rgb(194, 194, 194)
|
||||
ModEditColor4DTxtBackEx=rgb(0, 0, 132)
|
||||
ModEditColor4DTxtInvisEx=rgb(132, 132, 132)
|
||||
ModEditColor4DPadBackEx=rgba(50, 50, 200, 0.700)
|
||||
ModEditColor4DAnchorEx=rgb(0, 0, 132)
|
||||
ModEditColor4DPadFrontEx=rgba(224, 0, 0, 0.700)
|
||||
ModEditColor4DPadThruHoleEx=rgba(50, 200, 50, 0.700)
|
||||
ModEditColor4DNonPlatedEx=rgb(194, 194, 0)
|
||||
ModEditColor4DPCBBackground=rgb(33, 33, 33)
|
||||
ModEditColor4DPCBCursor=rgb(255, 255, 255)
|
||||
ModEditColor4DAuxItems=rgb(255, 255, 255)
|
||||
ModEditColor4DWorksheet=rgb(72, 0, 0)
|
||||
ModEditColor4DGrid=rgb(60, 60, 60)
|
||||
|
||||
ModEditFrameGridColor=rgb(60, 60, 60)
|
BIN
eagle/footprint_editor.png
Normal file
BIN
eagle/footprint_editor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
96
eagle/pcbnew
Normal file
96
eagle/pcbnew
Normal file
|
@ -0,0 +1,96 @@
|
|||
Color4DPCBLayer_F.Cu=rgba(192, 0, 0, 0.700)
|
||||
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=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)
|
||||
Color4DPCBLayer_In10.Cu=rgb(132, 0, 132)
|
||||
Color4DPCBLayer_In11.Cu=rgb(132, 0, 0)
|
||||
Color4DPCBLayer_In12.Cu=rgb(132, 132, 0)
|
||||
Color4DPCBLayer_In13.Cu=rgb(194, 194, 194)
|
||||
Color4DPCBLayer_In14.Cu=rgb(0, 0, 132)
|
||||
Color4DPCBLayer_In15.Cu=rgb(0, 132, 0)
|
||||
Color4DPCBLayer_In16.Cu=rgb(132, 0, 0)
|
||||
Color4DPCBLayer_In17.Cu=rgb(194, 194, 0)
|
||||
Color4DPCBLayer_In18.Cu=rgb(194, 0, 194)
|
||||
Color4DPCBLayer_In19.Cu=rgb(194, 0, 0)
|
||||
Color4DPCBLayer_In20.Cu=rgb(0, 132, 132)
|
||||
Color4DPCBLayer_In21.Cu=rgb(0, 132, 0)
|
||||
Color4DPCBLayer_In22.Cu=rgb(0, 0, 132)
|
||||
Color4DPCBLayer_In23.Cu=rgb(132, 132, 132)
|
||||
Color4DPCBLayer_In24.Cu=rgb(132, 0, 132)
|
||||
Color4DPCBLayer_In25.Cu=rgb(194, 194, 194)
|
||||
Color4DPCBLayer_In26.Cu=rgb(132, 0, 132)
|
||||
Color4DPCBLayer_In27.Cu=rgb(132, 0, 0)
|
||||
Color4DPCBLayer_In28.Cu=rgb(132, 132, 0)
|
||||
Color4DPCBLayer_In29.Cu=rgb(194, 194, 194)
|
||||
Color4DPCBLayer_In30.Cu=rgb(0, 0, 132)
|
||||
Color4DPCBLayer_B.Cu=rgba(50, 50, 200, 0.700)
|
||||
Color4DPCBLayer_F.Adhes=rgba(192, 64, 64, 0.600)
|
||||
Color4DPCBLayer_B.Adhes=rgba(64, 64, 192, 0.600)
|
||||
Color4DPCBLayer_F.Paste=rgba(192, 128, 128, 0.750)
|
||||
Color4DPCBLayer_B.Paste=rgba(128, 128, 192, 0.750)
|
||||
Color4DPCBLayer_F.SilkS=rgba(224, 170, 170, 0.800)
|
||||
Color4DPCBLayer_B.SilkS=rgba(170, 170, 224, 0.800)
|
||||
Color4DPCBLayer_F.Mask=rgba(224, 170, 170, 0.700)
|
||||
Color4DPCBLayer_B.Mask=rgba(170, 170, 224, 0.700)
|
||||
Color4DPCBLayer_Dwgs.User=rgb(192, 192, 192)
|
||||
Color4DPCBLayer_Cmts.User=rgb(160, 160, 0)
|
||||
Color4DPCBLayer_Eco1.User=rgb(0, 132, 0)
|
||||
Color4DPCBLayer_Eco2.User=rgb(194, 194, 0)
|
||||
Color4DPCBLayer_Edge.Cuts=rgba(160, 160, 160, 0.800)
|
||||
Color4DPCBLayer_Margin=rgb(249, 38, 114)
|
||||
Color4DPCBLayer_B.CrtYd=rgb(248, 248, 242)
|
||||
Color4DPCBLayer_F.CrtYd=rgb(248, 248, 242)
|
||||
Color4DPCBLayer_B.Fab=rgb(170, 170, 192)
|
||||
Color4DPCBLayer_F.Fab=rgb(224, 170, 170)
|
||||
Color4DPCBLayer_Rescue=rgb(132, 0, 0)
|
||||
Color4DTxtFrontEx=rgb(194, 194, 194)
|
||||
Color4DTxtBackEx=rgb(0, 0, 132)
|
||||
Color4DTxtInvisEx=rgb(132, 132, 132)
|
||||
Color4DPadBackEx=rgba(50, 50, 200, 0.700)
|
||||
Color4DAnchorEx=rgb(174, 129, 255)
|
||||
Color4DPadFrontEx=rgba(192, 0, 0, 0.700)
|
||||
Color4DPadThruHoleEx=rgba(50, 200, 50, 0.700)
|
||||
Color4DNonPlatedEx=rgb(194, 194, 0)
|
||||
Color4DPCBBackground=rgb(33, 33, 33)
|
||||
Color4DPCBCursor=rgb(255, 255, 255)
|
||||
Color4DAuxItems=rgb(255, 255, 255)
|
||||
Color4DWorksheet=rgb(192, 0, 0)
|
||||
Color4DGrid=rgb(60, 60, 60)
|
||||
Color4DViaThruEx=rgb(194, 194, 194)
|
||||
Color4DViaBBlindEx=rgb(132, 132, 0)
|
||||
Color4DViaMicroEx=rgb(0, 132, 132)
|
||||
Color4DRatsEx=rgb(255, 255, 255)
|
||||
Color4DNoNetPadMarker=rgb(0, 0, 132)
|
||||
|
||||
PcbFrameGridColor=rgb(60, 60, 60)
|
||||
|
||||
BgColor_Red=0.103529
|
||||
BgColor_Green=0.103529
|
||||
BgColor_Blue=0.129412
|
||||
BgColor_Red_Top=0.0662309
|
||||
BgColor_Green_Top=0.0662309
|
||||
BgColor_Blue_Top=0.0745098
|
||||
SMaskColor_Red=0
|
||||
SMaskColor_Green=0.366667
|
||||
SMaskColor_Blue=1
|
||||
SPasteColor_Red=0.501961
|
||||
SPasteColor_Green=0.501961
|
||||
SPasteColor_Blue=0.501961
|
||||
SilkColor_Red=0.9
|
||||
SilkColor_Green=0.9
|
||||
SilkColor_Blue=0.9
|
||||
CopperColor_Red=0.878431
|
||||
CopperColor_Green=0.768197
|
||||
CopperColor_Blue=0
|
||||
BoardBodyColor_Red=0.2
|
||||
BoardBodyColor_Green=0.168627
|
||||
BoardBodyColor_Blue=0.0862745
|
||||
|
||||
ModViewFrameGridColor=rgb(60, 60, 60)
|
||||
FootprintWizardGridColor=rgb(60, 60, 60)
|
BIN
eagle/pcbnew.png
Normal file
BIN
eagle/pcbnew.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 457 KiB |
1
eagle/pl_editor
Normal file
1
eagle/pl_editor
Normal file
|
@ -0,0 +1 @@
|
|||
PlEditorFrameGridColor=rgb(60, 60, 60)
|
Loading…
Reference in a new issue