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
3cbeca26
Commit
3cbeca26
authored
Jul 29, 2021
by
Rory
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing syntax and changing .ace-remixDark colour from #a2a3bd to #d5d5e9
parent
37a2071a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
darkTheme.js
apps/remix-ide/src/assets/js/editor/darkTheme.js
+4
-4
No files found.
apps/remix-ide/src/assets/js/editor/darkTheme.js
View file @
3cbeca26
...
...
@@ -30,7 +30,7 @@ ace.define("ace/theme/remixDark",["require","exports","module","ace/lib/dom"], f
}
\
.ace-remixDark {
\
background-color: #222336;
\
color: #
a2a3bd
;
\
color: #
d5d5e9
;
\
}
\
.ace-remixDark .ace_cursor {
\
border-left: 2px solid #FFFFFF;
\
...
...
@@ -109,10 +109,10 @@ ace.define("ace/theme/remixDark",["require","exports","module","ace/lib/dom"], f
}
\
.ace-remixDark .ace_type {
\
color:#75ceef;
\
}
]
\
.ace-remixDark .ace_visibility
(
\
}
\
.ace-remixDark .ace_visibility
{
\
color:#f7d777;
\
)
\
}
\
.ace-remixDark .ace_identifier {
\
color:#bec1dd;
\
}
\
...
...
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