Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
6f830b63
Commit
6f830b63
authored
Oct 04, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
standard
parent
7a2a5d87
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
347 additions
and
367 deletions
+347
-367
BasicPanel.js
src/ui/BasicPanel.js
+0
-2
DropdownPanel.js
src/ui/DropdownPanel.js
+0
-1
style-guide.js
src/ui/styles/style-guide.js
+347
-364
No files found.
src/ui/BasicPanel.js
View file @
6f830b63
...
@@ -4,8 +4,6 @@ var yo = require('yo-yo')
...
@@ -4,8 +4,6 @@ var yo = require('yo-yo')
var
ui
=
require
(
'../helpers/ui'
)
var
ui
=
require
(
'../helpers/ui'
)
var
csjs
=
require
(
'csjs-inject'
)
var
csjs
=
require
(
'csjs-inject'
)
var
styleGuide
=
require
(
'./styles/style-guide'
)
var
styles
=
styleGuide
()
var
css
=
csjs
`
var
css
=
csjs
`
.container {
.container {
...
...
src/ui/DropdownPanel.js
View file @
6f830b63
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
var
yo
=
require
(
'yo-yo'
)
var
yo
=
require
(
'yo-yo'
)
var
ui
=
require
(
'../helpers/ui'
)
var
ui
=
require
(
'../helpers/ui'
)
var
styleDropdown
=
require
(
'./styles/dropdownPanel'
)
var
styleDropdown
=
require
(
'./styles/dropdownPanel'
)
var
basicStyles
=
require
(
'./styles/basicStyles'
)
var
TreeView
=
require
(
'./TreeView'
)
var
TreeView
=
require
(
'./TreeView'
)
var
EventManager
=
require
(
'../lib/eventManager'
)
var
EventManager
=
require
(
'../lib/eventManager'
)
...
...
src/ui/styles/style-guide.js
View file @
6f830b63
...
@@ -3,17 +3,15 @@
...
@@ -3,17 +3,15 @@
module
.
exports
=
styleGuide
module
.
exports
=
styleGuide
function
styleGuide
()
{
function
styleGuide
()
{
/* --------------------------------------------------------------------------
/* --------------------------------------------------------------------------
CSS PROPERTIES
CSS PROPERTIES
-------------------------------------------------------------------------- */
-------------------------------------------------------------------------- */
var
css_properties
=
{
var
cssProperties
=
{
/* ------------------------------------------------------
/********************************************************
COLORS
COLORS
********************************************************
*/
------------------------------------------------------
*/
colors
:
{
colors
:
{
// BASIC COLORS (B&W and transparent)
// BASIC COLORS (B&W and transparent)
transparent
:
'transparent'
,
transparent
:
'transparent'
,
...
@@ -44,16 +42,16 @@ function styleGuide () {
...
@@ -44,16 +42,16 @@ function styleGuide () {
violet
:
'hsla(240, 64%, 68%, 1)'
violet
:
'hsla(240, 64%, 68%, 1)'
},
},
/********************************************************
/* ------------------------------------------------------
FONTS
FONTS
********************************************************
*/
------------------------------------------------------
*/
fonts
:
{
fonts
:
{
font
:
'14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif'
,
font
:
'14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif'
},
},
/********************************************************
/* ------------------------------------------------------
BORDERS
BORDERS
********************************************************
*/
------------------------------------------------------
*/
borders
:
{
borders
:
{
primary_borderRadius
:
'3px'
,
primary_borderRadius
:
'3px'
,
secondary_borderRadius
:
'5px'
secondary_borderRadius
:
'5px'
...
@@ -66,406 +64,397 @@ function styleGuide () {
...
@@ -66,406 +64,397 @@ function styleGuide () {
-------------------------------------------------------------------------- */
-------------------------------------------------------------------------- */
var
app_properties
=
{
var
appProperties
=
{
/* ------------------------------------------------------
/********************************************************
BACKGROUND COLORS
BACKGROUND COLORS
********************************************************
*/
------------------------------------------------------
*/
primary_BackgroundColor
:
css
_p
roperties
.
colors
.
white
,
primary_BackgroundColor
:
css
P
roperties
.
colors
.
white
,
secondary_BackgroundColor
:
css
_p
roperties
.
colors
.
backgroundBlue
,
secondary_BackgroundColor
:
css
P
roperties
.
colors
.
backgroundBlue
,
dark_BackgroundColor
:
css
_p
roperties
.
colors
.
veryLightGrey
,
dark_BackgroundColor
:
css
P
roperties
.
colors
.
veryLightGrey
,
light_BackgroundColor
:
css
_p
roperties
.
colors
.
white
,
light_BackgroundColor
:
css
P
roperties
.
colors
.
white
,
/********************************************************
/* ------------------------------------------------------
RESIZING
RESIZING
******************************************************** */
******************************************************** */
ghostBar
:
css
_p
roperties
.
colors
.
lightBlue
,
ghostBar
:
css
P
roperties
.
colors
.
lightBlue
,
draggingBar
:
css
_p
roperties
.
colors
.
lightBlue
,
draggingBar
:
css
P
roperties
.
colors
.
lightBlue
,
/********************************************************
/* ------------------------------------------------------
TEXT COLORS
TEXT COLORS
******************************************************** */
******************************************************** */
mainText_Color
:
css
_p
roperties
.
colors
.
black
,
mainText_Color
:
css
P
roperties
.
colors
.
black
,
supportText_Color
:
css
_p
roperties
.
colors
.
grey
,
supportText_Color
:
css
P
roperties
.
colors
.
grey
,
errorText_Color
:
css
_p
roperties
.
colors
.
red
,
errorText_Color
:
css
P
roperties
.
colors
.
red
,
warningText_Color
:
css
_p
roperties
.
colors
.
orange
,
warningText_Color
:
css
P
roperties
.
colors
.
orange
,
/********************************************************
/* ------------------------------------------------------
ICONS
ICONS
******************************************************** */
******************************************************** */
icon_Color
:
css
_p
roperties
.
colors
.
black
,
icon_Color
:
css
P
roperties
.
colors
.
black
,
icon_HoverColor
:
css
_p
roperties
.
colors
.
orange
,
icon_HoverColor
:
css
P
roperties
.
colors
.
orange
,
/********************************************************
/* ------------------------------------------------------
MESSAGES
MESSAGES
******************************************************** */
******************************************************** */
// Success
// Success
success_TextColor
:
css
_p
roperties
.
colors
.
black
,
success_TextColor
:
css
P
roperties
.
colors
.
black
,
success_BackgroundColor
:
css
_p
roperties
.
colors
.
lightGreen
,
success_BackgroundColor
:
css
P
roperties
.
colors
.
lightGreen
,
success_BorderColor
:
css
_p
roperties
.
colors
.
green
,
success_BorderColor
:
css
P
roperties
.
colors
.
green
,
// Danger
// Danger
danger_TextColor
:
css
_p
roperties
.
colors
.
black
,
danger_TextColor
:
css
P
roperties
.
colors
.
black
,
danger_BackgroundColor
:
css
_p
roperties
.
colors
.
lightRed
,
danger_BackgroundColor
:
css
P
roperties
.
colors
.
lightRed
,
danger_BorderColor
:
css
_p
roperties
.
colors
.
red
,
danger_BorderColor
:
css
P
roperties
.
colors
.
red
,
// Warning
// Warning
warning_TextColor
:
css
_p
roperties
.
colors
.
black
,
warning_TextColor
:
css
P
roperties
.
colors
.
black
,
warning_BackgroundColor
:
css
_p
roperties
.
colors
.
lightOrange
,
warning_BackgroundColor
:
css
P
roperties
.
colors
.
lightOrange
,
warning_BorderColor
:
css
_p
roperties
.
colors
.
orange
,
warning_BorderColor
:
css
P
roperties
.
colors
.
orange
,
/********************************************************
/* ------------------------------------------------------
DROPDOWN
DROPDOWN
******************************************************** */
******************************************************** */
dropdown_TextColor
:
css
_p
roperties
.
colors
.
black
,
dropdown_TextColor
:
css
P
roperties
.
colors
.
black
,
dropdown_BackgroundColor
:
css
_p
roperties
.
colors
.
white
,
dropdown_BackgroundColor
:
css
P
roperties
.
colors
.
white
,
dropdown_BorderColor
:
css
_p
roperties
.
colors
.
veryLightGrey
,
dropdown_BorderColor
:
css
P
roperties
.
colors
.
veryLightGrey
,
/********************************************************
/* ------------------------------------------------------
INPUT
INPUT
******************************************************** */
******************************************************** */
input_TextColor
:
css
_p
roperties
.
colors
.
black
,
input_TextColor
:
css
P
roperties
.
colors
.
black
,
input_BackgroundColor
:
css
_p
roperties
.
colors
.
white
,
input_BackgroundColor
:
css
P
roperties
.
colors
.
white
,
input_BorderColor
:
css
_p
roperties
.
colors
.
veryLightGrey
,
input_BorderColor
:
css
P
roperties
.
colors
.
veryLightGrey
,
/********************************************************
/* ------------------------------------------------------
SOLID BORDER BOX
SOLID BORDER BOX
******************************************************** */
******************************************************** */
solidBorderBox_TextColor
:
css
_p
roperties
.
colors
.
black
,
solidBorderBox_TextColor
:
css
P
roperties
.
colors
.
black
,
solidBorderBox_BackgroundColor
:
css
_p
roperties
.
colors
.
white
,
solidBorderBox_BackgroundColor
:
css
P
roperties
.
colors
.
white
,
solidBorderBox_BorderColor
:
css
_p
roperties
.
colors
.
veryLightGrey
,
solidBorderBox_BorderColor
:
css
P
roperties
.
colors
.
veryLightGrey
,
/********************************************************
/* ------------------------------------------------------
BUTTONS
BUTTONS
******************************************************** */
******************************************************** */
/* .................
/* .................
PRIMARY
PRIMARY
.................. */
.................. */
primaryButton_TextColor
:
css
_p
roperties
.
colors
.
black
,
primaryButton_TextColor
:
css
P
roperties
.
colors
.
black
,
primaryButton_BackgroundColor
:
css
_p
roperties
.
colors
.
lightBlue
,
primaryButton_BackgroundColor
:
css
P
roperties
.
colors
.
lightBlue
,
primaryButton_BorderColor
:
css
_p
roperties
.
colors
.
lightBlue
,
primaryButton_BorderColor
:
css
P
roperties
.
colors
.
lightBlue
,
/* .................
/* .................
SECONDARY
SECONDARY
.................. */
.................. */
secondaryButton_TextColor
:
css
_p
roperties
.
colors
.
black
,
secondaryButton_TextColor
:
css
P
roperties
.
colors
.
black
,
secondaryButton_BackgroundColor
:
css
_p
roperties
.
colors
.
veryLightGrey
,
secondaryButton_BackgroundColor
:
css
P
roperties
.
colors
.
veryLightGrey
,
secondaryButton_BorderColor
:
css
_p
roperties
.
colors
.
veryLightGrey
,
secondaryButton_BorderColor
:
css
P
roperties
.
colors
.
veryLightGrey
,
/* .................
/* .................
SUCCESS
SUCCESS
.................. */
.................. */
successButton_TextColor
:
css
_p
roperties
.
colors
.
white
,
successButton_TextColor
:
css
P
roperties
.
colors
.
white
,
successButton_BackgroundColor
:
css
_p
roperties
.
colors
.
green
,
successButton_BackgroundColor
:
css
P
roperties
.
colors
.
green
,
successButton_BorderColor
:
css
_p
roperties
.
colors
.
green
,
successButton_BorderColor
:
css
P
roperties
.
colors
.
green
,
/* .................
/* .................
DANGER
DANGER
.................. */
.................. */
dangerButton_TextColor
:
css
_p
roperties
.
colors
.
white
,
dangerButton_TextColor
:
css
P
roperties
.
colors
.
white
,
dangerButton_BackgroundColor
:
css
_p
roperties
.
colors
.
red
,
dangerButton_BackgroundColor
:
css
P
roperties
.
colors
.
red
,
dangerButton_BorderColor
:
css
_p
roperties
.
colors
.
red
,
dangerButton_BorderColor
:
css
P
roperties
.
colors
.
red
,
/* .................
/* .................
WARNING
WARNING
.................. */
.................. */
warningButton_TextColor
:
css
_p
roperties
.
colors
.
white
,
warningButton_TextColor
:
css
P
roperties
.
colors
.
white
,
warningButton_BackgroundColor
:
css
_p
roperties
.
colors
.
orange
,
warningButton_BackgroundColor
:
css
P
roperties
.
colors
.
orange
,
warningButton_BorderColor
:
css
_p
roperties
.
colors
.
orange
,
warningButton_BorderColor
:
css
P
roperties
.
colors
.
orange
,
/* .................
/* .................
INFO
INFO
.................. */
.................. */
infoButton_TextColor
:
css
_p
roperties
.
colors
.
black
,
infoButton_TextColor
:
css
P
roperties
.
colors
.
black
,
infoButton_BackgroundColor
:
css
_p
roperties
.
colors
.
white
,
infoButton_BackgroundColor
:
css
P
roperties
.
colors
.
white
,
infoButton_BorderColor
:
css
_p
roperties
.
colors
.
veryLightGrey
,
infoButton_BorderColor
:
css
P
roperties
.
colors
.
veryLightGrey
,
/* .................
/* .................
SOLIDITY
SOLIDITY
.................. */
.................. */
// CALL
// CALL
callButton_TextColor
:
css
_p
roperties
.
colors
.
black
,
callButton_TextColor
:
css
P
roperties
.
colors
.
black
,
callButton_BackgroundColor
:
css
_p
roperties
.
colors
.
lightBlue
,
callButton_BackgroundColor
:
css
P
roperties
.
colors
.
lightBlue
,
callButton_BorderColor
:
css
_p
roperties
.
colors
.
lightBlue
,
callButton_BorderColor
:
css
P
roperties
.
colors
.
lightBlue
,
// TRANSACTION
// TRANSACTION
transactButton_TextColor
:
css
_p
roperties
.
colors
.
black
,
transactButton_TextColor
:
css
P
roperties
.
colors
.
black
,
transactButton_BackgroundColor
:
css
_p
roperties
.
colors
.
lightRed
,
transactButton_BackgroundColor
:
css
P
roperties
.
colors
.
lightRed
,
transactButton_BorderColor
:
css
_p
roperties
.
colors
.
lightRed
,
transactButton_BorderColor
:
css
P
roperties
.
colors
.
lightRed
,
// PAYABLE TRANSACTION
// PAYABLE TRANSACTION
transactPayableButton_TextColor
:
css
_p
roperties
.
colors
.
black
,
transactPayableButton_TextColor
:
css
P
roperties
.
colors
.
black
,
transactPayableButton_BackgroundColor
:
css
_p
roperties
.
colors
.
red
,
transactPayableButton_BackgroundColor
:
css
P
roperties
.
colors
.
red
,
transactPayableButton_BorderColor
:
css
_p
roperties
.
colors
.
red
,
transactPayableButton_BorderColor
:
css
P
roperties
.
colors
.
red
,
/********************************************************
/* ------------------------------------------------------
UI ELEMENTS
UI ELEMENTS
******************************************************** */
******************************************************** */
uiElements
:
{
uiElements
:
{
solidBorderBox
:
(
opts
=
{})
=>
`
solidBorderBox
:
(
opts
=
{})
=>
`
background-color :
${
opts
.
BackgroundColor
}
;
background-color :
${
opts
.
BackgroundColor
}
border : 1px solid
${
opts
.
BorderColor
}
;
border : 1px solid
${
opts
.
BorderColor
}
color :
${
opts
.
Color
}
;
color :
${
opts
.
Color
}
border-radius :
${
css
_properties
.
borders
.
primary_borderRadius
}
;
border-radius :
${
css
Properties
.
borders
.
primary_borderRadius
}
font-size : 12px
;
font-size : 12px
padding : 10px 15px
;
padding : 10px 15px
line-height : 20px
;
line-height : 20px
overflow : hidden
;
overflow : hidden
word-break : break-word
;
word-break : break-word
width : 100%
;
width : 100%
`
,
`
,
dottedBorderBox
:
(
opts
=
{})
=>
`
dottedBorderBox
:
(
opts
=
{})
=>
`
background-color :
${
opts
.
BackgroundColor
}
;
background-color :
${
opts
.
BackgroundColor
}
border : .2em dotted
${
opts
.
BorderColor
}
;
border : .2em dotted
${
opts
.
BorderColor
}
color :
${
opts
.
Color
}
;
color :
${
opts
.
Color
}
border-radius :
${
css
_properties
.
borders
.
secondary_borderRadius
}
;
border-radius :
${
css
Properties
.
borders
.
secondary_borderRadius
}
line-height : 20px
;
line-height : 20px
padding : 8px 15px
;
padding : 8px 15px
margin-bottom : 1em
;
margin-bottom : 1em
overflow : hidden
;
overflow : hidden
word-break : break-word
;
word-break : break-word
`
,
`
,
inputField
:
(
opts
=
{})
=>
`
inputField
:
(
opts
=
{})
=>
`
background-color :
${
opts
.
BackgroundColor
}
;
background-color :
${
opts
.
BackgroundColor
}
border : 1px solid
${
opts
.
BorderColor
}
;
border : 1px solid
${
opts
.
BorderColor
}
color :
${
opts
.
Color
}
;
color :
${
opts
.
Color
}
border-radius :
${
css
_properties
.
borders
.
secondary_borderRadius
}
;
border-radius :
${
css
Properties
.
borders
.
secondary_borderRadius
}
height : 25px
;
height : 25px
width : 250px
;
width : 250px
padding : 0 8px
;
padding : 0 8px
overflow : hidden
;
overflow : hidden
word-break : normal
;
word-break : normal
`
,
`
,
dropdown
:
(
opts
=
{})
=>
`
dropdown
:
(
opts
=
{})
=>
`
background-color :
${
opts
.
BackgroundColor
}
;
background-color :
${
opts
.
BackgroundColor
}
border : 1px solid
${
opts
.
BorderColor
}
;
border : 1px solid
${
opts
.
BorderColor
}
color :
${
opts
.
Color
}
;
color :
${
opts
.
Color
}
font-size : 12px
;
font-size : 12px
font-weight : bold
;
font-weight : bold
padding : 0 8px
;
padding : 0 8px
text-decoration : none
;
text-decoration : none
cursor : pointer
;
cursor : pointer
border-radius : 3px
;
border-radius : 3px
height : 25px
;
height : 25px
width : 250px
;
width : 250px
text-align : center
;
text-align : center
overflow : hidden
;
overflow : hidden
word-break : normal
;
word-break : normal
`
,
`
,
button
:
(
opts
=
{})
=>
`
button
:
(
opts
=
{})
=>
`
margin : 1px
;
margin : 1px
background-color :
${
opts
.
BackgroundColor
}
;
background-color :
${
opts
.
BackgroundColor
}
border : .3px solid
${
opts
.
BorderColor
}
;
border : .3px solid
${
opts
.
BorderColor
}
color :
${
opts
.
Color
}
;
color :
${
opts
.
Color
}
display : flex
;
display : flex
align-items : center
;
align-items : center
justify-content : center
;
justify-content : center
border-radius : 3px
;
border-radius : 3px
cursor : pointer
;
cursor : pointer
min-height : 25px
;
min-height : 25px
max-height : 25px
;
max-height : 25px
width : 70px
;
width : 70px
min-width : 70px
;
min-width : 70px
font-size : 12px
;
font-size : 12px
overflow : hidden
;
overflow : hidden
word-break : normal
;
word-break : normal
`
`
}
}
}
}
/* --------------------------------------------------------------------------
/* --------------------------------------------------------------------------
REMIX PROPERTIES
REMIX PROPERTIES
-------------------------------------------------------------------------- */
-------------------------------------------------------------------------- */
var
remix_properties
=
{
/********************************************************
var
remixProperties
=
{
/* ------------------------------------------------------
REMIX GENERAL
REMIX GENERAL
/********************************************************
*/
/* ------------------------------------------------------
*/
remix
:
{
remix
:
{
modalDialog_BackgroundColor_Primary
:
appProperties
.
primary_BackgroundColor
,
modalDialog_BackgroundColor_Primary
:
app_properties
.
primary_BackgroundColor
,
modalDialog_text_Primary
:
appProperties
.
mainText_Color
,
modalDialog_text_Primary
:
app_properties
.
mainText_Color
,
modalDialog_text_Secondary
:
appProperties
.
supportText_Color
,
modalDialog_text_Secondary
:
app_properties
.
supportText_Color
,
modalDialog_Header_Footer_BackgroundColor
:
appProperties
.
secondary_BackgroundColor
,
modalDialog_Header_Footer_BackgroundColor
:
app_properties
.
secondary_BackgroundColor
,
modalDialog_Header_Footer_Color
:
appProperties
.
mainText_Color
,
modalDialog_Header_Footer_Color
:
app_properties
.
mainText_Color
,
modalDialog_BoxDottedBorder_BackgroundColor
:
appProperties
.
solidBorderBox_BackgroundColor
,
modalDialog_BoxDottedBorder_BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
modalDialog_BoxDottedBorder_BorderColor
:
appProperties
.
solidBorderBox_BorderColor
,
modalDialog_BoxDottedBorder_BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
modalDialog_BoxDottedBorder_Color
:
appProperties
.
solidBorderBox_TextColor
,
modalDialog_BoxDottedBorder_Color
:
app_properties
.
solidBorderBox_TextColor
,
modalDialog_CopyToClipboard_Icon_Color
:
appProperties
.
icon_Color
,
modalDialog_CopyToClipboard_Icon_Color
:
app_properties
.
icon_Color
,
modalDialog_CopyToClipboard_Icon_HoverColor
:
appProperties
.
icon_HoverColor
modalDialog_CopyToClipboard_Icon_HoverColor
:
app_properties
.
icon_HoverColor
},
},
/********************************************************
/* ------------------------------------------------------
LEFT PANEL (FILE PANEL)
LEFT PANEL (FILE PANEL)
/********************************************************
*/
/* ------------------------------------------------------
*/
leftPanel
:
{
leftPanel
:
{
backgroundColor_Panel
:
appProperties
.
primary_BackgroundColor
,
backgroundColor_FileExplorer
:
appProperties
.
secondary_BackgroundColor
,
backgroundColor_Panel
:
app_properties
.
primary_Background
Color
,
text_Primary
:
appProperties
.
mainText_
Color
,
backgroundColor_FileExplorer
:
app_properties
.
secondary_Background
Color
,
text_Secondary
:
appProperties
.
supportText_
Color
,
text_Primary
:
app_properties
.
mainText_Colo
r
,
bar_Ghost
:
appProperties
.
ghostBa
r
,
text_Secondary
:
app_properties
.
supportText_Colo
r
,
bar_Dragging
:
appProperties
.
draggingBa
r
,
bar_Ghost
:
app_properties
.
ghostBa
r
,
icon_Color_Menu
:
appProperties
.
icon_Colo
r
,
bar_Dragging
:
app_properties
.
draggingBa
r
,
icon_HoverColor_Menu
:
appProperties
.
icon_HoverColo
r
,
icon_Color_Menu
:
app_properties
.
icon_Color
,
icon_Color_TogglePanel
:
appProperties
.
icon_Color
,
icon_HoverColor_Menu
:
app_properties
.
icon_HoverColor
,
icon_HoverColor_TogglePanel
:
appProperties
.
icon_HoverColor
icon_Color_TogglePanel
:
app_properties
.
icon_Color
,
icon_HoverColor_TogglePanel
:
app_properties
.
icon_HoverColor
,
},
},
/********************************************************
/* ------------------------------------------------------
EDITOR
EDITOR
/********************************************************
*/
/* ------------------------------------------------------
*/
editor
:
{
editor
:
{
backgroundColor_Panel
:
appProperties
.
primary_BackgroundColor
,
backgroundColor_Editor
:
appProperties
.
light_BackgroundColor
,
backgroundColor_Tabs_Highlights
:
appProperties
.
secondary_BackgroundColor
,
backgroundColor_DebuggerMode
:
appProperties
.
warning_BackgroundColor
,
backgroundColor_Panel
:
app_properties
.
primary_BackgroundColor
,
text_Primary
:
appProperties
.
mainText_Color
,
backgroundColor_Editor
:
app_properties
.
light_BackgroundColor
,
text_Secondary
:
appProperties
.
supportText_Color
,
backgroundColor_Tabs_Highlights
:
app_properties
.
secondary_BackgroundColor
,
backgroundColor_DebuggerMode
:
app_properties
.
warning_BackgroundColor
,
text_Primary
:
app_properties
.
mainText_Color
,
text_Secondary
:
app_properties
.
supportText_Color
,
text_Editor
:
''
,
text_Editor
:
''
,
icon_Color_Editor
:
app_p
roperties
.
icon_Color
,
icon_Color_Editor
:
appP
roperties
.
icon_Color
,
icon_HoverColor_Editor
:
app_properties
.
icon_HoverColor
,
icon_HoverColor_Editor
:
appProperties
.
icon_HoverColor
},
},
/********************************************************
/* ------------------------------------------------------
TERMINAL
TERMINAL
/********************************************************
*/
/* ------------------------------------------------------
*/
terminal
:
{
terminal
:
{
backgroundColor_Menu
:
appProperties
.
secondary_BackgroundColor
,
backgroundColor_Menu
:
app_properties
.
secondary_BackgroundColor
,
backgroundColor_Terminal
:
appProperties
.
dark_BackgroundColor
,
backgroundColor_Terminal
:
app_properties
.
dark_BackgroundColor
,
text_Primary
:
appProperties
.
mainText_Color
,
text_Primary
:
app_properties
.
mainText_Color
,
text_Secondary
:
appProperties
.
supportText_Color
,
text_Secondary
:
app_properties
.
supportText_Color
,
text_RegularLog
:
appProperties
.
mainText_Color
,
text_RegularLog
:
app_properties
.
mainText_Color
,
text_InfoLog
:
appProperties
.
supportText_Color
,
text_InfoLog
:
app_properties
.
supportText_Color
,
text_ErrorLog
:
appProperties
.
errorText_Color
,
text_ErrorLog
:
app_properties
.
errorText_Color
,
text_Title_TransactionLog
:
appProperties
.
warningText_Color
,
text_Title_TransactionLog
:
app_properties
.
warningText_Color
,
text_Regular_TransactionLog
:
appProperties
.
supportText_Color
,
text_Regular_TransactionLog
:
app_properties
.
supportText_Color
,
icon_Color_TogglePanel
:
appProperties
.
icon_Color
,
icon_Color_TogglePanel
:
app_properties
.
icon_Color
,
icon_HoverColor_TogglePanel
:
appProperties
.
icon_HoverColor
,
icon_HoverColor_TogglePanel
:
app_properties
.
icon_HoverColor
,
icon_Color_Menu
:
appProperties
.
icon_Color
,
icon_Color_Menu
:
app_properties
.
icon_Color
,
icon_HoverColor_Menu
:
appProperties
.
icon_HoverColor
,
icon_HoverColor_Menu
:
app_properties
.
icon_HoverColor
,
icon_Color_CopyToClipboard
:
appProperties
.
icon_Color
,
icon_Color_CopyToClipboard
:
app_properties
.
icon_Color
,
icon_HoverColor_CopyToClipboard
:
appProperties
.
icon_HoverColor
,
icon_HoverColor_CopyToClipboard
:
app_properties
.
icon_HoverColor
,
bar_Ghost
:
appProperties
.
ghostBar
,
bar_Ghost
:
app_properties
.
ghostBar
,
bar_Dragging
:
appProperties
.
draggingBar
,
bar_Dragging
:
app_properties
.
draggingBar
,
input_Search_MenuBar
:
appProperties
.
uiElements
.
inputField
({
input_Search_MenuBar
:
app_properties
.
uiElements
.
inputField
({
BackgroundColor
:
appProperties
.
input_BackgroundColor
,
BackgroundColor
:
app_properties
.
input_BackgroundColor
,
BorderColor
:
appProperties
.
input_BorderColor
,
BorderColor
:
app_properties
.
input_BorderColor
,
Color
:
appProperties
.
input_TextColor
Color
:
app_properties
.
input_TextColor
}),
}),
dropdown_Filter_MenuBar
:
app_p
roperties
.
uiElements
.
dropdown
({
dropdown_Filter_MenuBar
:
appP
roperties
.
uiElements
.
dropdown
({
BackgroundColor
:
app_p
roperties
.
dropdown_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
dropdown_BackgroundColor
,
BorderColor
:
app_p
roperties
.
dropdown_BorderColor
,
BorderColor
:
appP
roperties
.
dropdown_BorderColor
,
Color
:
app_p
roperties
.
dropdown_TextColor
Color
:
appP
roperties
.
dropdown_TextColor
}),
}),
button_Log_Debug
:
app_p
roperties
.
uiElements
.
button
({
button_Log_Debug
:
appP
roperties
.
uiElements
.
button
({
BackgroundColor
:
app_p
roperties
.
warningButton_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
warningButton_BackgroundColor
,
BorderColor
:
app_p
roperties
.
warningButton_BorderColor
,
BorderColor
:
appP
roperties
.
warningButton_BorderColor
,
Color
:
app_p
roperties
.
warningButton_TextColor
Color
:
appP
roperties
.
warningButton_TextColor
}),
}),
button_Log_Details
:
app_p
roperties
.
uiElements
.
button
({
button_Log_Details
:
appP
roperties
.
uiElements
.
button
({
BackgroundColor
:
app_p
roperties
.
secondaryButton_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
secondaryButton_BackgroundColor
,
BorderColor
:
app_p
roperties
.
secondaryButton_BorderColor
,
BorderColor
:
appP
roperties
.
secondaryButton_BorderColor
,
Color
:
app_p
roperties
.
secondaryButton_TextColor
Color
:
appP
roperties
.
secondaryButton_TextColor
})
})
},
},
/********************************************************
/* ------------------------------------------------------
RIGHT PANEL
RIGHT PANEL
/********************************************************
*/
/* ------------------------------------------------------
*/
rightPanel
:
{
rightPanel
:
{
backgroundColor_Panel
:
appProperties
.
primary_BackgroundColor
,
backgroundColor_Tab
:
appProperties
.
secondary_BackgroundColor
,
BackgroundColor_Pre
:
appProperties
.
light_BackgroundColor
,
backgroundColor_Panel
:
app_properties
.
primary_BackgroundColor
,
text_Primary
:
appProperties
.
mainText_Color
,
backgroundColor_Tab
:
app_properties
.
secondary_BackgroundColor
,
text_Secondary
:
appProperties
.
supportText_Color
,
BackgroundColor_Pre
:
app_properties
.
light_BackgroundColor
,
text_Primary
:
app_properties
.
mainText_Color
,
text_Secondary
:
app_properties
.
supportText_Color
,
bar_Ghost
:
app_p
roperties
.
ghostBar
,
bar_Ghost
:
appP
roperties
.
ghostBar
,
bar_Dragging
:
app_p
roperties
.
draggingBar
,
bar_Dragging
:
appP
roperties
.
draggingBar
,
icon_Color_TogglePanel
:
app_p
roperties
.
icon_Color
,
icon_Color_TogglePanel
:
appP
roperties
.
icon_Color
,
icon_HoverColor_TogglePanel
:
app_p
roperties
.
icon_HoverColor
,
icon_HoverColor_TogglePanel
:
appP
roperties
.
icon_HoverColor
,
message_Warning_BackgroundColor
:
app_p
roperties
.
warning_BackgroundColor
,
message_Warning_BackgroundColor
:
appP
roperties
.
warning_BackgroundColor
,
message_Warning_BorderColor
:
app_p
roperties
.
warning_BorderColor
,
message_Warning_BorderColor
:
appP
roperties
.
warning_BorderColor
,
message_Warning_Color
:
app_p
roperties
.
warning_TextColor
,
message_Warning_Color
:
appP
roperties
.
warning_TextColor
,
message_Error_BackgroundColor
:
app_p
roperties
.
danger_BackgroundColor
,
message_Error_BackgroundColor
:
appP
roperties
.
danger_BackgroundColor
,
message_Error_BorderColor
:
app_p
roperties
.
danger_BorderColor
,
message_Error_BorderColor
:
appP
roperties
.
danger_BorderColor
,
message_Error_Color
:
app_p
roperties
.
danger_TextColor
,
message_Error_Color
:
appP
roperties
.
danger_TextColor
,
message_Success_BackgroundColor
:
app_p
roperties
.
success_BackgroundColor
,
message_Success_BackgroundColor
:
appP
roperties
.
success_BackgroundColor
,
message_Success_BorderColor
:
app_p
roperties
.
success_BorderColor
,
message_Success_BorderColor
:
appP
roperties
.
success_BorderColor
,
message_Success_Color
:
app_p
roperties
.
success_TextColor
,
message_Success_Color
:
appP
roperties
.
success_TextColor
,
/* ::::::::::::::
/* ::::::::::::::
COMPILE TAB
COMPILE TAB
::::::::::::::: */
::::::::::::::: */
compileTab
:
{
compileTab
:
{
button_Compile
:
appProperties
.
uiElements
.
button
({
button_Compile
:
app_properties
.
uiElements
.
button
({
BackgroundColor
:
appProperties
.
primaryButton_BackgroundColor
,
BackgroundColor
:
app_properties
.
primaryButton_BackgroundColor
,
BorderColor
:
appProperties
.
primaryButton_BorderColor
,
BorderColor
:
app_properties
.
primaryButton_BorderColor
,
Color
:
appProperties
.
primaryButton_TextColor
Color
:
app_properties
.
primaryButton_TextColor
}),
}),
button_Details
:
app_p
roperties
.
uiElements
.
button
({
button_Details
:
appP
roperties
.
uiElements
.
button
({
BackgroundColor
:
app_p
roperties
.
secondaryButton_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
secondaryButton_BackgroundColor
,
BorderColor
:
app_p
roperties
.
secondaryButton_BorderColor
,
BorderColor
:
appP
roperties
.
secondaryButton_BorderColor
,
Color
:
app_p
roperties
.
secondaryButton_TextColor
Color
:
appP
roperties
.
secondaryButton_TextColor
}),
}),
button_Publish
:
app_p
roperties
.
uiElements
.
button
({
button_Publish
:
appP
roperties
.
uiElements
.
button
({
BackgroundColor
:
app_p
roperties
.
secondaryButton_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
secondaryButton_BackgroundColor
,
BorderColor
:
app_p
roperties
.
secondaryButton_BorderColor
,
BorderColor
:
appP
roperties
.
secondaryButton_BorderColor
,
Color
:
app_p
roperties
.
secondaryButton_TextColor
Color
:
appP
roperties
.
secondaryButton_TextColor
}),
}),
dropdown_CompileContract
:
app_p
roperties
.
uiElements
.
dropdown
({
dropdown_CompileContract
:
appP
roperties
.
uiElements
.
dropdown
({
BackgroundColor
:
app_p
roperties
.
dropdown_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
dropdown_BackgroundColor
,
BorderColor
:
app_p
roperties
.
dropdown_BorderColor
,
BorderColor
:
appP
roperties
.
dropdown_BorderColor
,
Color
:
app_p
roperties
.
dropdown_TextColor
Color
:
appP
roperties
.
dropdown_TextColor
}),
}),
box_CompileContainer
:
app_p
roperties
.
uiElements
.
solidBorderBox
({
box_CompileContainer
:
appP
roperties
.
uiElements
.
solidBorderBox
({
BackgroundColor
:
app_p
roperties
.
solidBorderBox_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
solidBorderBox_BackgroundColor
,
BorderColor
:
app_p
roperties
.
solidBorderBox_BorderColor
,
BorderColor
:
appP
roperties
.
solidBorderBox_BorderColor
,
Color
:
app_p
roperties
.
solidBorderBox_TextColor
Color
:
appP
roperties
.
solidBorderBox_TextColor
}),
}),
icon_WarnCompilation_Color
:
app_properties
.
warning_BackgroundColor
,
icon_WarnCompilation_Color
:
appProperties
.
warning_BackgroundColor
},
},
...
@@ -473,63 +462,62 @@ var remix_properties = {
...
@@ -473,63 +462,62 @@ var remix_properties = {
RUN TAB
RUN TAB
::::::::::::::: */
::::::::::::::: */
runTab
:
{
runTab
:
{
box_RunTab
:
appProperties
.
uiElements
.
solidBorderBox
({
box_RunTab
:
app_properties
.
uiElements
.
solidBorderBox
({
BackgroundColor
:
appProperties
.
solidBorderBox_BackgroundColor
,
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
BorderColor
:
appProperties
.
solidBorderBox_BorderColor
,
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
Color
:
appProperties
.
solidBorderBox_TextColor
Color
:
app_properties
.
solidBorderBox_TextColor
}),
}),
dropdown_RunTab
:
app_p
roperties
.
uiElements
.
dropdown
({
dropdown_RunTab
:
appP
roperties
.
uiElements
.
dropdown
({
BackgroundColor
:
app_p
roperties
.
dropdown_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
dropdown_BackgroundColor
,
BorderColor
:
app_p
roperties
.
dropdown_BorderColor
,
BorderColor
:
appP
roperties
.
dropdown_BorderColor
,
Color
:
app_p
roperties
.
dropdown_TextColor
Color
:
appP
roperties
.
dropdown_TextColor
}),
}),
input_RunTab
:
app_p
roperties
.
uiElements
.
inputField
({
input_RunTab
:
appP
roperties
.
uiElements
.
inputField
({
BackgroundColor
:
app_p
roperties
.
input_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
input_BackgroundColor
,
BorderColor
:
app_p
roperties
.
input_BorderColor
,
BorderColor
:
appP
roperties
.
input_BorderColor
,
Color
:
app_p
roperties
.
input_TextColor
Color
:
appP
roperties
.
input_TextColor
}),
}),
box_Instance
:
app_p
roperties
.
uiElements
.
solidBorderBox
({
box_Instance
:
appP
roperties
.
uiElements
.
solidBorderBox
({
BackgroundColor
:
app_p
roperties
.
solidBorderBox_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
solidBorderBox_BackgroundColor
,
BorderColor
:
app_p
roperties
.
solidBorderBox_BorderColor
,
BorderColor
:
appP
roperties
.
solidBorderBox_BorderColor
,
Color
:
app_p
roperties
.
solidBorderBox_TextColor
Color
:
appP
roperties
.
solidBorderBox_TextColor
}),
}),
button_atAddress
:
app_p
roperties
.
uiElements
.
button
({
button_atAddress
:
appP
roperties
.
uiElements
.
button
({
BackgroundColor
:
app_p
roperties
.
primaryButton_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
primaryButton_BackgroundColor
,
BorderColor
:
app_p
roperties
.
primaryButton_BorderColor
,
BorderColor
:
appP
roperties
.
primaryButton_BorderColor
,
Color
:
app_p
roperties
.
primaryButton_TextColor
Color
:
appP
roperties
.
primaryButton_TextColor
}),
}),
button_Create
:
app_p
roperties
.
uiElements
.
button
({
button_Create
:
appP
roperties
.
uiElements
.
button
({
BackgroundColor
:
app_p
roperties
.
primaryButton_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
primaryButton_BackgroundColor
,
BorderColor
:
app_p
roperties
.
primaryButton_BorderColor
,
BorderColor
:
appP
roperties
.
primaryButton_BorderColor
,
Color
:
app_p
roperties
.
primaryButton_TextColor
Color
:
appP
roperties
.
primaryButton_TextColor
}),
}),
button_Instance_Call
:
app_p
roperties
.
uiElements
.
button
({
button_Instance_Call
:
appP
roperties
.
uiElements
.
button
({
BackgroundColor
:
app_p
roperties
.
callButton_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
callButton_BackgroundColor
,
BorderColor
:
app_p
roperties
.
callButton_BorderColor
,
BorderColor
:
appP
roperties
.
callButton_BorderColor
,
Color
:
app_p
roperties
.
callButton_TextColor
Color
:
appP
roperties
.
callButton_TextColor
}),
}),
button_Instance_Transact
:
app_p
roperties
.
uiElements
.
button
({
button_Instance_Transact
:
appP
roperties
.
uiElements
.
button
({
BackgroundColor
:
app_p
roperties
.
transactButton_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
transactButton_BackgroundColor
,
BorderColor
:
app_p
roperties
.
transactButton_BorderColor
,
BorderColor
:
appP
roperties
.
transactButton_BorderColor
,
Color
:
app_p
roperties
.
transactButton_TextColor
Color
:
appP
roperties
.
transactButton_TextColor
}),
}),
button_Instance_TransactPayable
:
app_p
roperties
.
uiElements
.
button
({
button_Instance_TransactPayable
:
appP
roperties
.
uiElements
.
button
({
BackgroundColor
:
app_p
roperties
.
transactPayableButton_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
transactPayableButton_BackgroundColor
,
BorderColor
:
app_p
roperties
.
transactPayableButton_BorderColor
,
BorderColor
:
appP
roperties
.
transactPayableButton_BorderColor
,
Color
:
app_p
roperties
.
transactPayableButton_TextColor
Color
:
appP
roperties
.
transactPayableButton_TextColor
}),
}),
icon_Color_Instance_CopyToClipboard
:
app_p
roperties
.
icon_Color
,
icon_Color_Instance_CopyToClipboard
:
appP
roperties
.
icon_Color
,
icon_HoverColor_Instance_CopyToClipboard
:
app_properties
.
icon_HoverColor
,
icon_HoverColor_Instance_CopyToClipboard
:
appProperties
.
icon_HoverColor
},
},
...
@@ -537,18 +525,17 @@ var remix_properties = {
...
@@ -537,18 +525,17 @@ var remix_properties = {
SETTINGS TAB
SETTINGS TAB
::::::::::::::: */
::::::::::::::: */
settingsTab
:
{
settingsTab
:
{
box_SolidityVersionInfo
:
appProperties
.
uiElements
.
dottedBorderBox
({
box_SolidityVersionInfo
:
app_properties
.
uiElements
.
dottedBorderBox
({
BackgroundColor
:
appProperties
.
solidBorderBox_BackgroundColor
,
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
BorderColor
:
appProperties
.
solidBorderBox_BorderColor
,
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
Color
:
appProperties
.
solidBorderBox_TextColor
Color
:
app_properties
.
solidBorderBox_TextColor
}),
}),
dropdown_SelectCompiler
:
app_p
roperties
.
uiElements
.
dropdown
({
dropdown_SelectCompiler
:
appP
roperties
.
uiElements
.
dropdown
({
BackgroundColor
:
app_p
roperties
.
dropdown_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
dropdown_BackgroundColor
,
BorderColor
:
app_p
roperties
.
dropdown_BorderColor
,
BorderColor
:
appP
roperties
.
dropdown_BorderColor
,
Color
:
app_p
roperties
.
dropdown_TextColor
Color
:
appP
roperties
.
dropdown_TextColor
}),
})
},
},
...
@@ -556,38 +543,37 @@ var remix_properties = {
...
@@ -556,38 +543,37 @@ var remix_properties = {
DEBUGGER TAB
DEBUGGER TAB
::::::::::::::: */
::::::::::::::: */
debuggerTab
:
{
debuggerTab
:
{
text_Primary
:
appProperties
.
mainText_Color
,
text_Secondary
:
appProperties
.
supportText_Color
,
text_Primary
:
app_properties
.
mainText_Color
,
box_Debugger
:
appProperties
.
uiElements
.
solidBorderBox
({
text_Secondary
:
app_properties
.
supportText_Color
,
BackgroundColor
:
appProperties
.
solidBorderBox_BackgroundColor
,
BorderColor
:
appProperties
.
solidBorderBox_BorderColor
,
box_Debugger
:
app_properties
.
uiElements
.
solidBorderBox
({
Color
:
appProperties
.
solidBorderBox_TextColor
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
Color
:
app_properties
.
solidBorderBox_TextColor
}),
}),
button_Debugger
:
app_p
roperties
.
uiElements
.
button
({
button_Debugger
:
appP
roperties
.
uiElements
.
button
({
BackgroundColor
:
app_p
roperties
.
secondaryButton_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
secondaryButton_BackgroundColor
,
BorderColor
:
app_p
roperties
.
secondaryButton_BorderColor
,
BorderColor
:
appP
roperties
.
secondaryButton_BorderColor
,
Color
:
app_p
roperties
.
secondaryButton_TextColor
Color
:
appP
roperties
.
secondaryButton_TextColor
}),
}),
button_Debugger_icon_Color
:
app_p
roperties
.
icon_Color
,
button_Debugger_icon_Color
:
appP
roperties
.
icon_Color
,
button_Debugger_icon_HoverColor
:
app_p
roperties
.
icon_HoverColor
,
button_Debugger_icon_HoverColor
:
appP
roperties
.
icon_HoverColor
,
dropdown_Debugger
:
app_p
roperties
.
uiElements
.
dropdown
({
dropdown_Debugger
:
appP
roperties
.
uiElements
.
dropdown
({
BackgroundColor
:
app_p
roperties
.
dropdown_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
dropdown_BackgroundColor
,
BorderColor
:
app_p
roperties
.
dropdown_BorderColor
,
BorderColor
:
appP
roperties
.
dropdown_BorderColor
,
Color
:
app_p
roperties
.
dropdown_TextColor
Color
:
appP
roperties
.
dropdown_TextColor
}),
}),
input_Debugger
:
app_p
roperties
.
uiElements
.
inputField
({
input_Debugger
:
appP
roperties
.
uiElements
.
inputField
({
BackgroundColor
:
app_p
roperties
.
input_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
input_BackgroundColor
,
BorderColor
:
app_p
roperties
.
input_BorderColor
,
BorderColor
:
appP
roperties
.
input_BorderColor
,
Color
:
app_p
roperties
.
input_TextColor
Color
:
appP
roperties
.
input_TextColor
}),
}),
debuggerDropdowns_Instructions_Highlight_BackgroundColor
:
app_p
roperties
.
secondary_BackgroundColor
debuggerDropdowns_Instructions_Highlight_BackgroundColor
:
appP
roperties
.
secondary_BackgroundColor
},
},
...
@@ -595,51 +581,48 @@ var remix_properties = {
...
@@ -595,51 +581,48 @@ var remix_properties = {
ANALYSIS TAB
ANALYSIS TAB
::::::::::::::: */
::::::::::::::: */
analysisTab
:
{
analysisTab
:
{
button_Run_AnalysisTab
:
appProperties
.
uiElements
.
button
({
button_Run_AnalysisTab
:
app_properties
.
uiElements
.
button
({
BackgroundColor
:
appProperties
.
primaryButton_BackgroundColor
,
BackgroundColor
:
app_properties
.
primaryButton_BackgroundColor
,
BorderColor
:
appProperties
.
primaryButton_BorderColor
,
BorderColor
:
app_properties
.
primaryButton_BorderColor
,
Color
:
appProperties
.
primaryButton_TextColor
Color
:
app_properties
.
primaryButton_TextColor
}),
box_AnalysisContainer
:
app_properties
.
uiElements
.
solidBorderBox
({
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
Color
:
app_properties
.
solidBorderBox_TextColor
,
}),
}),
box_AnalysisContainer
:
appProperties
.
uiElements
.
solidBorderBox
({
BackgroundColor
:
appProperties
.
solidBorderBox_BackgroundColor
,
BorderColor
:
appProperties
.
solidBorderBox_BorderColor
,
Color
:
appProperties
.
solidBorderBox_TextColor
})
},
},
/* ::::::::::::::
/* ::::::::::::::
SUPPORT TAB
SUPPORT TAB
::::::::::::::: */
::::::::::::::: */
supportTab
:
{
supportTab
:
{
box_IframeContainer
:
appProperties
.
uiElements
.
solidBorderBox
({
box_IframeContainer
:
app_properties
.
uiElements
.
solidBorderBox
({
BackgroundColor
:
appProperties
.
solidBorderBox_BackgroundColor
,
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
BorderColor
:
appProperties
.
solidBorderBox_BorderColor
,
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
Color
:
appProperties
.
solidBorderBox_TextColor
Color
:
app_properties
.
solidBorderBox_TextColor
}),
}),
box_SupportInfo
:
app_p
roperties
.
uiElements
.
dottedBorderBox
({
box_SupportInfo
:
appP
roperties
.
uiElements
.
dottedBorderBox
({
BackgroundColor
:
app_p
roperties
.
solidBorderBox_BackgroundColor
,
BackgroundColor
:
appP
roperties
.
solidBorderBox_BackgroundColor
,
BorderColor
:
app_p
roperties
.
solidBorderBox_BorderColor
,
BorderColor
:
appP
roperties
.
solidBorderBox_BorderColor
,
Color
:
app_p
roperties
.
solidBorderBox_TextColor
Color
:
appP
roperties
.
solidBorderBox_TextColor
})
})
}
}
}
}
}
}
return
{
return
{
colors
:
css
_p
roperties
.
colors
,
colors
:
css
P
roperties
.
colors
,
app
_properties
:
app_p
roperties
,
app
Properties
:
appP
roperties
,
borders
:
css
_p
roperties
.
borders
,
borders
:
css
P
roperties
.
borders
,
leftPanel
:
remix
_p
roperties
.
leftPanel
,
leftPanel
:
remix
P
roperties
.
leftPanel
,
editor
:
remix
_p
roperties
.
editor
,
editor
:
remix
P
roperties
.
editor
,
terminal
:
remix
_p
roperties
.
terminal
,
terminal
:
remix
P
roperties
.
terminal
,
rightPanel
:
remix
_p
roperties
.
rightPanel
,
rightPanel
:
remix
P
roperties
.
rightPanel
,
remix
:
remix
_p
roperties
.
remix
remix
:
remix
P
roperties
.
remix
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment