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
eb262f58
Commit
eb262f58
authored
Oct 09, 2017
by
yann300
Committed by
GitHub
Oct 09, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #589 from ethereum/theme
Change create button color and debugger mode button and background co…
parents
b90bca18
c540372e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
style-guide.js
src/ui/styles/style-guide.js
+13
-11
No files found.
src/ui/styles/style-guide.js
View file @
eb262f58
...
...
@@ -40,7 +40,8 @@ function styleGuide () {
orange
:
'hsla(44, 100%, 50%, 1)'
,
lightOrange
:
'hsla(44, 100%, 50%, .5)'
,
// VIOLET
violet
:
'hsla(240, 64%, 68%, 1)'
violet
:
'hsla(240, 64%, 68%, 1)'
,
lightViolet
:
'hsla(240, 64%, 68%, .5)'
},
/* ------------------------------------------------------
...
...
@@ -73,6 +74,7 @@ function styleGuide () {
secondary_BackgroundColor
:
cssProperties
.
colors
.
backgroundBlue
,
dark_BackgroundColor
:
cssProperties
.
colors
.
veryLightGrey
,
light_BackgroundColor
:
cssProperties
.
colors
.
white
,
debuggingMode_BackgroundColor
:
cssProperties
.
colors
.
lightViolet
,
/* ------------------------------------------------------
RESIZING
******************************************************** */
...
...
@@ -174,7 +176,7 @@ function styleGuide () {
/* .................
INFO
.................. */
infoButton_TextColor
:
cssProperties
.
colors
.
black
,
infoButton_TextColor
:
cssProperties
.
colors
.
violet
,
infoButton_BackgroundColor
:
cssProperties
.
colors
.
white
,
infoButton_BorderColor
:
cssProperties
.
colors
.
veryLightGrey
,
...
...
@@ -331,7 +333,7 @@ function styleGuide () {
backgroundColor_Tabs_Highlights
:
appProperties
.
secondary_BackgroundColor
,
backgroundColor_Editor_Context_Highlights
:
appProperties
.
dark_BackgroundColor
,
backgroundColor_Editor_Context_Error_Highlights
:
appProperties
.
error_BackgroundColor
,
backgroundColor_DebuggerMode
:
appProperties
.
warning
_BackgroundColor
,
backgroundColor_DebuggerMode
:
appProperties
.
debuggingMode
_BackgroundColor
,
text_Primary
:
appProperties
.
mainText_Color
,
text_Secondary
:
appProperties
.
supportText_Color
,
...
...
@@ -380,15 +382,15 @@ function styleGuide () {
}),
button_Log_Debug
:
appProperties
.
uiElements
.
button
({
BackgroundColor
:
appProperties
.
warning
Button_BackgroundColor
,
BorderColor
:
appProperties
.
warning
Button_BorderColor
,
Color
:
appProperties
.
warning
Button_TextColor
BackgroundColor
:
appProperties
.
info
Button_BackgroundColor
,
BorderColor
:
appProperties
.
info
Button_BorderColor
,
Color
:
appProperties
.
info
Button_TextColor
}),
button_Log_Details
:
appProperties
.
uiElements
.
button
({
BackgroundColor
:
appProperties
.
secondaryButton_BackgroundColor
,
BorderColor
:
appProperties
.
warning
Button_BorderColor
,
Color
:
appProperties
.
warning
Button_TextColor
BorderColor
:
appProperties
.
secondary
Button_BorderColor
,
Color
:
appProperties
.
secondary
Button_TextColor
})
},
...
...
@@ -495,9 +497,9 @@ function styleGuide () {
}),
button_Create
:
appProperties
.
uiElements
.
button
({
BackgroundColor
:
appProperties
.
primary
Button_BackgroundColor
,
BorderColor
:
appProperties
.
primary
Button_BorderColor
,
Color
:
appProperties
.
primary
Button_TextColor
BackgroundColor
:
appProperties
.
transact
Button_BackgroundColor
,
BorderColor
:
appProperties
.
transact
Button_BorderColor
,
Color
:
appProperties
.
transact
Button_TextColor
}),
button_Instance_Call
:
appProperties
.
uiElements
.
button
({
...
...
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