Home
last modified time | relevance | path

Searched refs:mainColor (Results 1 – 12 of 12) sorted by relevance

/plugin/revealjs/css/theme/source/
H A Dserif.scss18 $mainColor: #000; variable
H A Dbeige.scss21 $mainColor: #333; variable
H A Dsky.scss22 $mainColor: #333; variable
H A Dblack.scss21 $mainColor: #fff; variable
H A Dmoon.scss45 $mainColor: $base1; variable
H A Dwhite.scss21 $mainColor: #222; variable
H A Dsolarized.scss46 $mainColor: $base00; variable
H A Dsimple.scss24 $mainColor: #000; variable
H A Dblood.scss31 $mainColor: #eee; variable
/plugin/revealjs/css/theme/template/
H A Dsettings.scss10 $mainColor: #eee; variable
H A Dtheme.scss16 color: $mainColor;
271 border: 4px solid $mainColor;
/plugin/diagramsnet/lib/shapes/er/
H A DmxER.js154 var mainColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#008cff');
175 this.shapes(c, x, y, w, h, fontSize, mainColor, attrColor, rSize, barY);
216 mxShapeEREntityExt.prototype.shapes = function(c, x, y, w, h, fontSize, mainColor, attrColor, rSize… argument