Merge pull request #16 from poeschlr/add_monokai
Add monokai theme as suggested in issue #14
This commit is contained in:
commit
5b5b5faf3f
4 changed files with 75 additions and 0 deletions
|
@ -48,6 +48,7 @@ color-scheme | screenshot
|
|||
**blue-tone** | 
|
||||
**behave-dark** *https://atom.io/themes/behave-theme* | 
|
||||
**neon** *Inspired by forum user BobZ* | 
|
||||
**monokai** *Inspired by forum user kickofighto* | 
|
||||
|
||||
## pcbnew
|
||||
color-scheme | screenshot
|
||||
|
|
36
monokai/eeschema
Normal file
36
monokai/eeschema
Normal file
|
@ -0,0 +1,36 @@
|
|||
SchematicFrameGridColor=rgb(217, 217, 217)
|
||||
LibeditFrameGridColor=rgb(217, 217, 217)
|
||||
|
||||
Color4DWireEx=rgb(166, 226, 46)
|
||||
Color4DBusEx=rgb(102, 217, 239)
|
||||
Color4DConnEx=rgb(166, 226, 46)
|
||||
Color4DLLabelEx=rgb(248, 248, 242)
|
||||
Color4DHLabelEx=rgb(255, 231, 146)
|
||||
Color4DGLabelEx=rgb(249, 38, 114)
|
||||
Color4DPinNumEx=rgb(249, 38, 114)
|
||||
Color4DPinNameEx=rgb(102, 217, 239)
|
||||
Color4DFieldEx=rgb(174, 129, 255)
|
||||
Color4DReferenceEx=rgb(102, 217, 239)
|
||||
Color4DValueEx=rgb(102, 217, 239)
|
||||
Color4DNoteEx=rgb(253, 151, 31)
|
||||
Color4DBodyEx=rgb(249, 38, 114)
|
||||
Color4DBodyBgEx=rgb(73, 72, 62)
|
||||
Color4DNetNameEx=rgb(117, 113, 94)
|
||||
Color4DPinEx=rgb(249, 38, 114)
|
||||
Color4DSheetEx=rgb(174, 129, 255)
|
||||
Color4DSheetFileNameEx=rgb(255, 231, 146)
|
||||
Color4DSheetNameEx=rgb(102, 217, 239)
|
||||
Color4DSheetLabelEx=rgb(255, 231, 146)
|
||||
Color4DNoConnectEx=rgb(102, 217, 239)
|
||||
Color4DErcWEx=rgb(166, 226, 46)
|
||||
Color4DErcEEx=rgb(249, 38, 114)
|
||||
Color4DGridEx=rgb(150, 148, 127)
|
||||
Color4DBgCanvasEx=rgb(59, 58, 50)
|
||||
Color4DBrighenedEx=rgb(248, 248, 242)
|
||||
Color4DBrightenedEx=rgb(248, 248, 242)
|
||||
|
||||
ViewlibFrameGridColor=rgb(150, 148, 127)
|
||||
|
||||
Color4DCursorEx=rgb(230, 220, 180)
|
||||
Color4DHiddenEx=rgb(150, 148, 127)
|
||||
Color4DWorksheetEx=rgb(99, 87, 120)
|
BIN
monokai/eeschema.png
Normal file
BIN
monokai/eeschema.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
38
monokai/monokai.json
Normal file
38
monokai/monokai.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"meta": {
|
||||
"filename": "monokai",
|
||||
"name": "monokai",
|
||||
"version": 0
|
||||
},
|
||||
"schematic": {
|
||||
"background": "rgb(59, 58, 50)",
|
||||
"brightened": "rgb(248, 248, 242)",
|
||||
"bus": "rgb(102, 217, 239)",
|
||||
"component_body": "rgb(73, 72, 62)",
|
||||
"component_outline": "rgb(249, 38, 114)",
|
||||
"cursor": "rgb(230, 220, 180)",
|
||||
"erc_error": "rgb(249, 38, 114)",
|
||||
"erc_warning": "rgb(166, 226, 46)",
|
||||
"fields": "rgb(174, 129, 255)",
|
||||
"grid": "rgb(150, 148, 127)",
|
||||
"hidden": "rgb(150, 148, 127)",
|
||||
"junction": "rgb(166, 226, 46)",
|
||||
"label_global": "rgb(249, 38, 114)",
|
||||
"label_hier": "rgb(255, 231, 146)",
|
||||
"label_local": "rgb(248, 248, 242)",
|
||||
"net_name": "rgb(117, 113, 94)",
|
||||
"no_connect": "rgb(102, 217, 239)",
|
||||
"note": "rgb(253, 151, 31)",
|
||||
"pin": "rgb(249, 38, 114)",
|
||||
"pin_name": "rgb(102, 217, 239)",
|
||||
"pin_number": "rgb(249, 38, 114)",
|
||||
"reference": "rgb(102, 217, 239)",
|
||||
"sheet": "rgb(174, 129, 255)",
|
||||
"sheet_filename": "rgb(255, 231, 146)",
|
||||
"sheet_label": "rgb(255, 231, 146)",
|
||||
"sheet_name": "rgb(102, 217, 239)",
|
||||
"value": "rgb(102, 217, 239)",
|
||||
"wire": "rgb(166, 226, 46)",
|
||||
"worksheet": "rgb(99, 87, 120)"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue