Commit 3cbeca26 authored by Rory's avatar Rory

Fixing syntax and changing .ace-remixDark colour from #a2a3bd to #d5d5e9

parent 37a2071a
...@@ -30,7 +30,7 @@ ace.define("ace/theme/remixDark",["require","exports","module","ace/lib/dom"], f ...@@ -30,7 +30,7 @@ ace.define("ace/theme/remixDark",["require","exports","module","ace/lib/dom"], f
}\ }\
.ace-remixDark {\ .ace-remixDark {\
background-color: #222336;\ background-color: #222336;\
color: #a2a3bd;\ color: #d5d5e9;\
}\ }\
.ace-remixDark .ace_cursor {\ .ace-remixDark .ace_cursor {\
border-left: 2px solid #FFFFFF;\ border-left: 2px solid #FFFFFF;\
...@@ -109,10 +109,10 @@ ace.define("ace/theme/remixDark",["require","exports","module","ace/lib/dom"], f ...@@ -109,10 +109,10 @@ ace.define("ace/theme/remixDark",["require","exports","module","ace/lib/dom"], f
}\ }\
.ace-remixDark .ace_type {\ .ace-remixDark .ace_type {\
color:#75ceef;\ color:#75ceef;\
}]\ }\
.ace-remixDark .ace_visibility (\ .ace-remixDark .ace_visibility {\
color:#f7d777;\ color:#f7d777;\
)\ }\
.ace-remixDark .ace_identifier {\ .ace-remixDark .ace_identifier {\
color:#bec1dd;\ color:#bec1dd;\
}\ }\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment