[FIX] Add missing definitions
Some themes did not define some of the eeschema colours. Examples are the cursor and wroksheet colour as well as the new spelling for the highlight colour
This commit is contained in:
parent
cc6d59e45e
commit
fb06d96610
6 changed files with 27 additions and 1 deletions
|
@ -26,7 +26,12 @@ Color4DErcEEx=rgb(200, 68, 85)
|
||||||
Color4DGridEx=rgb(132, 132, 132)
|
Color4DGridEx=rgb(132, 132, 132)
|
||||||
Color4DBgCanvasEx=rgb(35, 41, 50)
|
Color4DBgCanvasEx=rgb(35, 41, 50)
|
||||||
Color4DBrighenedEx=rgb(201, 169, 249)
|
Color4DBrighenedEx=rgb(201, 169, 249)
|
||||||
|
Color4DBrightenedEx=rgb(201, 169, 249)
|
||||||
|
|
||||||
LibeditFrameGridColor=rgb(132, 132, 132)
|
LibeditFrameGridColor=rgb(132, 132, 132)
|
||||||
|
|
||||||
ViewlibFrameGridColor=rgb(132, 132, 132)
|
ViewlibFrameGridColor=rgb(132, 132, 132)
|
||||||
|
|
||||||
|
Color4DCursorEx=rgb(211, 211, 211)
|
||||||
|
Color4DHiddenEx=rgb(194, 194, 194)
|
||||||
|
Color4DWorksheetEx=rgb(211, 211, 211)
|
||||||
|
|
|
@ -27,10 +27,10 @@ Color4DErcEEx=rgb(180, 53, 53)
|
||||||
Color4DGridEx=rgb(0, 0, 0)
|
Color4DGridEx=rgb(0, 0, 0)
|
||||||
Color4DBgCanvasEx=rgb(255, 255, 255)
|
Color4DBgCanvasEx=rgb(255, 255, 255)
|
||||||
Color4DBrighenedEx=rgb(255, 0, 255)
|
Color4DBrighenedEx=rgb(255, 0, 255)
|
||||||
|
Color4DBrightenedEx=rgb(255, 0, 255)
|
||||||
|
|
||||||
ViewlibFrameGridColor=rgb(0, 0, 0)
|
ViewlibFrameGridColor=rgb(0, 0, 0)
|
||||||
|
|
||||||
Color4DCursorEx=rgb(0, 0, 0)
|
Color4DCursorEx=rgb(0, 0, 0)
|
||||||
Color4DBrightenedEx=rgb(255, 0, 255)
|
|
||||||
Color4DHiddenEx=rgb(194, 194, 194)
|
Color4DHiddenEx=rgb(194, 194, 194)
|
||||||
Color4DWorksheetEx=rgb(0, 0, 27)
|
Color4DWorksheetEx=rgb(0, 0, 27)
|
||||||
|
|
|
@ -24,3 +24,8 @@ Color4DErcEEx=rgb(132, 0, 0)
|
||||||
Color4DGridEx=rgb(132, 132, 132)
|
Color4DGridEx=rgb(132, 132, 132)
|
||||||
Color4DBgCanvasEx=rgb(255, 255, 255)
|
Color4DBgCanvasEx=rgb(255, 255, 255)
|
||||||
Color4DBrighenedEx=rgb(255, 0, 255)
|
Color4DBrighenedEx=rgb(255, 0, 255)
|
||||||
|
Color4DBrightenedEx=rgb(255, 0, 255)
|
||||||
|
|
||||||
|
Color4DCursorEx=rgb(0, 0, 0)
|
||||||
|
Color4DHiddenEx=rgb(194, 194, 194)
|
||||||
|
Color4DWorksheetEx=rgb(132, 0, 0)
|
||||||
|
|
|
@ -24,3 +24,9 @@ Color4DErcEEx=rgb(220, 50, 47)
|
||||||
Color4DGridEx=rgb(147, 161, 161)
|
Color4DGridEx=rgb(147, 161, 161)
|
||||||
Color4DBgCanvasEx=rgb(0, 43, 54)
|
Color4DBgCanvasEx=rgb(0, 43, 54)
|
||||||
Color4DBrighenedEx=rgb(211, 54, 130)
|
Color4DBrighenedEx=rgb(211, 54, 130)
|
||||||
|
Color4DBrightenedEx=rgb(211, 54, 130)
|
||||||
|
|
||||||
|
|
||||||
|
Color4DCursorEx=rgb(211, 211, 211)
|
||||||
|
Color4DHiddenEx=rgb(58, 103, 115)
|
||||||
|
Color4DWorksheetEx=rgb(211, 211, 211)
|
||||||
|
|
|
@ -24,3 +24,8 @@ Color4DErcEEx=rgb(220, 50, 47)
|
||||||
Color4DGridEx=rgb(88, 110, 117)
|
Color4DGridEx=rgb(88, 110, 117)
|
||||||
Color4DBgCanvasEx=rgb(253, 246, 227)
|
Color4DBgCanvasEx=rgb(253, 246, 227)
|
||||||
Color4DBrighenedEx=rgb(211, 54, 130)
|
Color4DBrighenedEx=rgb(211, 54, 130)
|
||||||
|
Color4DBrightenedEx=rgb(211, 54, 130)
|
||||||
|
|
||||||
|
Color4DCursorEx=rgb(0, 0, 0)
|
||||||
|
Color4DHiddenEx=rgb(194, 194, 194)
|
||||||
|
Color4DWorksheetEx=rgb(132, 0, 0)
|
||||||
|
|
|
@ -24,3 +24,8 @@ Color4DErcEEx=rgb(0, 0, 0)
|
||||||
Color4DGridEx=rgb(0, 0, 0)
|
Color4DGridEx=rgb(0, 0, 0)
|
||||||
Color4DBgCanvasEx=rgb(255, 255, 255)
|
Color4DBgCanvasEx=rgb(255, 255, 255)
|
||||||
Color4DBrighenedEx=rgb(0, 0, 0)
|
Color4DBrighenedEx=rgb(0, 0, 0)
|
||||||
|
Color4DBrightenedEx=rgb(0, 0, 0)
|
||||||
|
|
||||||
|
Color4DCursorEx=rgb(0, 0, 0)
|
||||||
|
Color4DHiddenEx=rgb(0, 0, 0)
|
||||||
|
Color4DWorksheetEx=rgb(0, 0, 0)
|
||||||
|
|
Loading…
Reference in a new issue