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
974d733d
Unverified
Commit
974d733d
authored
Nov 20, 2019
by
Rob
Committed by
GitHub
Nov 20, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2441 from EthWorks/light-theme-update
Update light theme
parents
9efb5e65
d782378d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
side-panel.js
src/app/components/side-panel.js
+1
-1
theme-module.js
src/app/tabs/theme-module.js
+2
-2
No files found.
src/app/components/side-panel.js
View file @
974d733d
...
@@ -141,7 +141,7 @@ export class SidePanel extends AbstractPanel {
...
@@ -141,7 +141,7 @@ export class SidePanel extends AbstractPanel {
render
()
{
render
()
{
return
yo
`
return
yo
`
<section class="
${
css
.
panel
}
">
<section class="
${
css
.
panel
}
plugin-manager
">
${
this
.
header
}
${
this
.
header
}
<div class="
${
css
.
pluginsContainer
}
">
<div class="
${
css
.
pluginsContainer
}
">
${
this
.
view
}
${
this
.
view
}
...
...
src/app/tabs/theme-module.js
View file @
974d733d
...
@@ -3,8 +3,8 @@ import { EventEmitter } from 'events'
...
@@ -3,8 +3,8 @@ import { EventEmitter } from 'events'
import
*
as
packageJson
from
'../../../package.json'
import
*
as
packageJson
from
'../../../package.json'
const
themes
=
[
const
themes
=
[
{
name
:
'Dark'
,
quality
:
'dark'
,
url
:
'https://res.cloudinary.com/dvtmp0niu/raw/upload/v157
3140701
/remix-dark.css'
},
{
name
:
'Dark'
,
quality
:
'dark'
,
url
:
'https://res.cloudinary.com/dvtmp0niu/raw/upload/v157
4178106
/remix-dark.css'
},
{
name
:
'Light'
,
quality
:
'light'
,
url
:
'https://res.cloudinary.com/dvtmp0niu/raw/upload/v157
2342742/
light-theme.css'
},
{
name
:
'Light'
,
quality
:
'light'
,
url
:
'https://res.cloudinary.com/dvtmp0niu/raw/upload/v157
4252300/remix-
light-theme.css'
},
// switching to the url Todo: remove when the theme is ready
// switching to the url Todo: remove when the theme is ready
// {name: 'Dark', quality: 'dark', url: 'assets/css/remix-dark-theme.css'},
// {name: 'Dark', quality: 'dark', url: 'assets/css/remix-dark-theme.css'},
...
...
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