@ -90,6 +90,7 @@ function styleGuide () {
dark _BackgroundColor : cssProperties . colors . black ,
light _BackgroundColor : cssProperties . colors . white ,
debuggingMode _BackgroundColor : cssProperties . colors . lightViolet ,
highlight _BackgroundColor : cssProperties . colors . veryLightGrey ,
/ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
RESIZING
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
@ -106,17 +107,19 @@ function styleGuide () {
specialText _Color : cssProperties . colors . greenZing ,
brightText _Color : cssProperties . colors . brightBlue ,
oppositeText _Color : cssProperties . colors . black ,
additionalText _Color : cssProperties . colors . desa tGrey,
additionalText _Color : cssProperties . colors . veryLigh tGrey,
errorText _Color : cssProperties . colors . strongRed ,
warningText _Color : cssProperties . colors . orange ,
infoText _Color : cssProperties . colors . violet ,
greyedText _color : cssProperties . colors . veryLightGrey ,
/ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ICONS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
icon _Color : cssProperties . colors . black ,
icon _AltColor : cssProperties . colors . white ,
icon _HoverColor : cssProperties . colors . orange ,
icon _ConstantColor : cssProperties . colors . black ,
/ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MESSAGES
@ -191,7 +194,7 @@ function styleGuide () {
Teriary
... ... ... ... ... ... * /
teriaryButton _TextColor : cssProperties . colors . black ,
teriaryButton _BackgroundColor : cssProperties . colors . greyBlueMed ,
teriaryButton _BackgroundColor : cssProperties . colors . li ghtG rey,
teriaryButton _BorderColor : cssProperties . colors . veryLightGrey ,
/ * . . . . . . . . . . . . . . . . .
@ -653,6 +656,7 @@ function styleGuide () {
debuggerTab : {
text _Primary : appProperties . mainText _Color ,
text _Secondary : appProperties . supportText _Color ,
text _BgHighlight : appProperties . highlight _BackgroundColor ,
box _Debugger : appProperties . uiElements . solidBorderBox ( {
BackgroundColor : appProperties . solidBorderBox _BackgroundColor ,
@ -666,7 +670,7 @@ function styleGuide () {
Color : appProperties . secondaryButton _TextColor
} ) ,
button _Debugger _icon _Color : appProperties . icon _Color ,
button _Debugger _icon _Color : appProperties . icon _ConstantCo lor ,
button _Debugger _icon _HoverColor : appProperties . icon _HoverColor ,
dropdown _Debugger : appProperties . uiElements . dropdown ( {