2023-01-08 20:12:00 +00:00
|
|
|
/* Colours */
|
|
|
|
|
|
|
|
@define-color bg rgb( 41, 40, 40);
|
|
|
|
@define-color border rgb( 28, 25, 25);
|
|
|
|
@define-color active rgb( 72, 70, 61);
|
|
|
|
@define-color disabled rgb( 149, 149, 149);
|
|
|
|
@define-color highlight rgb( 234, 223, 204);
|
|
|
|
@define-color contrast rgb( 247, 244, 239);
|
|
|
|
@define-color cursor rgb( 247, 244, 239);
|
|
|
|
@define-color cursorStroke rgb( 0, 0, 0);
|
|
|
|
@define-color cursorIndicator rgba( 199, 40, 29, 0.9);
|
|
|
|
@define-color plain rgb( 212, 190, 152);
|
|
|
|
@define-color base rgb( 234, 223, 204);
|
|
|
|
@define-color splash rgb( 245, 136, 27);
|
|
|
|
@define-color pathPoint rgb( 129, 131, 241);
|
|
|
|
@define-color pathPointStroke rgb( 0, 0, 0);
|
|
|
|
@define-color controlPoint rgb( 161, 221, 233);
|
|
|
|
@define-color controlPointLine rgb( 161, 221, 233);
|
|
|
|
@define-color controlPointStroke rgb( 0, 0, 0);
|
|
|
|
@define-color path rgb( 184, 80, 80);
|
|
|
|
@define-color brush rgb( 106, 63, 222);
|
|
|
|
@define-color brushStroke rgba( 235, 118, 219, 0.66);
|
|
|
|
@define-color brushCenter rgb( 0, 0, 0);
|
|
|
|
@define-color pointHover rgb( 231, 172, 83);
|
|
|
|
@define-color pointSelected rgb( 252, 237, 120);
|
|
|
|
@define-color scrollBar rgba( 45, 39, 39, 0.66);
|
|
|
|
@define-color ruler rgb( 237, 226, 154);
|
|
|
|
@define-color rulerBorder rgb( 0, 0, 0);
|
|
|
|
@define-color rulerTick rgb( 0, 0, 0);
|
|
|
|
@define-color guide rgba( 28, 196, 79, 0.75);
|
|
|
|
@define-color magnifier rgb( 236, 223, 210);
|
|
|
|
@define-color glass rgba( 156, 231, 255, 0.5);
|
|
|
|
@define-color selected rgba( 161, 201, 236, 0.5);
|
|
|
|
@define-color selectedOutline rgb( 74, 150, 218);
|
2024-05-21 17:40:22 +00:00
|
|
|
@define-color brushWidget rgba( 0, 0, 0, 0.9);
|
|
|
|
@define-color brushWidgetHover rgb( 231, 172, 83);
|
|
|
|
|
2023-01-08 20:12:00 +00:00
|
|
|
@define-color shortcutKey rgb( 112, 109, 96 );
|
|
|
|
|
|
|
|
@define-color windowButtonHover rgb( 34, 131, 186);
|
|
|
|
@define-color windowButtonActive rgb( 23, 108, 156);
|
|
|
|
@define-color closeButtonHover rgb( 181, 43, 43);
|
|
|
|
@define-color closeButtonActive rgb( 160, 37, 37);
|
|
|
|
@define-color newFileButton rgb( 72, 70, 61);
|
|
|
|
@define-color newFileButtonActive rgb( 160, 225, 54);
|