mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
60 lines
1.4 KiB
SCSS
60 lines
1.4 KiB
SCSS
$mainBkg: #ECECFF;
|
|
$secondBkg: #ffffde;
|
|
$lineColor: #333333;
|
|
$border1: #CCCCFF;
|
|
$border2: #aaaa33;
|
|
$arrowheadColor: #333333;
|
|
|
|
/* Flowchart variables */
|
|
|
|
$nodeBkg: $mainBkg;
|
|
$nodeBorder: #9370DB;
|
|
$clusterBkg: $secondBkg;
|
|
$clusterBorder: $border2;
|
|
$defaultLinkColor: $lineColor;
|
|
$titleColor: #333;
|
|
$edgeLabelBackground: #e8e8e8;
|
|
|
|
/* Sequence Diagram variables */
|
|
|
|
$actorBorder: $border1;
|
|
$actorBkg: $mainBkg;
|
|
$actorTextColor: black;
|
|
$actorLineColor: grey;
|
|
$signalColor: #333;
|
|
$signalTextColor: #333;
|
|
$labelBoxBkgColor: $actorBkg;
|
|
$labelBoxBorderColor: $actorBorder;
|
|
$labelTextColor: $actorTextColor;
|
|
$loopTextColor: $actorTextColor;
|
|
$noteBorderColor: $border2;
|
|
$noteBkgColor: #fff5ad;
|
|
$activationBorderColor: #666;
|
|
$activationBkgColor: #f4f4f4;
|
|
$sequenceNumberColor: white;
|
|
|
|
/* Gantt chart variables */
|
|
|
|
$sectionBkgColor: rgba(102, 102, 255, 0.49);
|
|
$altSectionBkgColor: white;
|
|
$sectionBkgColor2: #fff400;
|
|
$taskBorderColor: #534fbc;
|
|
$taskBkgColor: #8a90dd;
|
|
$taskTextLightColor: white;
|
|
$taskTextColor: $taskTextLightColor;
|
|
$taskTextDarkColor: black;
|
|
$taskTextOutsideColor: $taskTextDarkColor;
|
|
$taskTextClickableColor: #003163;
|
|
$activeTaskBorderColor: #534fbc;
|
|
$activeTaskBkgColor: #bfc7ff;
|
|
$gridColor: lightgrey;
|
|
$doneTaskBkgColor: lightgrey;
|
|
$doneTaskBorderColor: grey;
|
|
$critBorderColor: #ff8888;
|
|
$critBkgColor: red;
|
|
$todayLineColor: red;
|
|
|
|
/* state colors */
|
|
$labelColor: black;
|
|
|
|
@import '../mermaid';
|