@@ -454,22 +454,33 @@ JoyPad {
454454 qproperty-HighlightColor: #00aaff;
455455}
456456
457+
457458/** GCode Display **/
458459EditorBase {
459- qproperty-styleColorMarginBackground: #303030;
460- qproperty-styleColorMarginText: #00aaff; /* margin line numbers */
461- qproperty-styleFontMargin: "Lato Heavy, 10 ";
462460 qproperty-styleColorBackground: #202020;
463- qproperty-styleColorMarkerBackground: #505050; /* Current Line Marker Background */
464- qproperty-styleColor0: #e0e0e0; /* digit characters */
465- qproperty-styleColor1: #00eeee; /* comments */
466- qproperty-styleColor2: #e0e0e0; /* alphabetic characters */
467- qproperty-styleColor3: #e0e0e0; /* assignment characters */
468- qproperty-styleColor4: #e0e0e0; /* value characters */
469- qproperty-styleFont0: "Lato Heavy, 10";
470- qproperty-styleFont2: "Lato Heavy, 10";
471- qproperty-styleColorSelectionBackground: #00aaff; /* selection background */
472- }
461+ qproperty-styleColorMarginBackground: #303030;
462+ qproperty-styleColorMarginText: #00aaff;
463+ qproperty-styleColorMarkerBackground: #505050;
464+ qproperty-styleColorSelectionBackground: #006aff;
465+ qproperty-styleColorSelectionText: #ffffff;
466+ qproperty-styleFont: "DejaVu Sans Mono,10,-1,5,50,0,0,0,1,0";
467+ qproperty-styleFont1: "DejaVu Sans Mono,9,-1,5,50,0,0,0,1,0";
468+ qproperty-styleFont2: "DejaVu Sans Mono,10,-1,5,90,0,0,0,1,0";
469+ qproperty-styleFont3: "DejaVu Sans Mono,10,-1,5,90,0,0,0,1,0";
470+ qproperty-styleFont4: "DejaVu Sans Mono,10,-1,5,90,0,0,0,1,0";
471+ qproperty-styleFont5: "DejaVu Sans Mono,10,-1,5,90,0,0,0,1,0";
472+ qproperty-styleFont6: "DejaVu Sans Mono,10,-1,5,90,0,0,0,1,0";
473+ qproperty-styleFont7: "DejaVu Sans Mono,10,-1,5,90,0,0,0,1,0";
474+ qproperty-styleFontMargin: "DejaVu Sans Mono,8,-1,5,50,0,0,0,1,0";
475+ qproperty-styleColor0: #efefef; /* default */
476+ qproperty-styleColor1: #655d5d; /* LineNo & Comments */
477+ qproperty-styleColor2: #cf4949; /* Gcodes */
478+ qproperty-styleColor3: #f06e3b; /* Mcodes */
479+ qproperty-styleColor4: #7272ca; /* Axes */
480+ qproperty-styleColor5: #fd5187; /* Other (feed, spindle, radius, etc) */
481+ qproperty-styleColor6: #8282aa; /* Axes Values */
482+ qproperty-styleColor7: #cd6197; /* Other Values */
483+ }
473484
474485/* warning colors for SPINDLE overrides if out of normal range*/
475486
0 commit comments