File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* ICEcoder default theme by Matt Pass */
22
3- .cm-s-icecoder {color : # 666 ; background : # 161612 }
3+ .cm-s-icecoder {color : # 666 ; background : # 141612 }
44
55.cm-s-icecoder span .cm-keyword {color : # eee ; font-weight : bold} /* off-white 1 */
66.cm-s-icecoder span .cm-atom {color : # e1c76e } /* yellow */
77.cm-s-icecoder span .cm-number {color : # 6cb5d9 } /* blue */
8- .cm-s-icecoder span .cm-def {color : # abc359 } /* green */
8+ .cm-s-icecoder span .cm-def {color : # b9ca4a } /* green */
99
1010.cm-s-icecoder span .cm-variable {color : # 6cb5d9 } /* blue */
1111.cm-s-icecoder span .cm-variable-2 {color : # bf255c } /* pink */
1515.cm-s-icecoder span .cm-operator {color : # 9179bb } /* purple */
1616.cm-s-icecoder span .cm-comment {color : # 44535a } /* grey-blue */
1717
18- .cm-s-icecoder span .cm-string {color : # abc359 } /* green */
18+ .cm-s-icecoder span .cm-string {color : # b9ca4a } /* green */
1919.cm-s-icecoder span .cm-string-2 {color : # 6cb5d9 } /* blue */
2020
2121.cm-s-icecoder span .cm-meta {color : # 555 } /* grey */
3535
3636.cm-s-icecoder .CodeMirror-cursor {border-left : 1px solid white !important }
3737.cm-s-icecoder .CodeMirror-selected {color : # fff !important ; background : # 037 !important }
38- .cm-s-icecoder .CodeMirror-gutters {background : # 161612 ; min-width : 41px ; border-right : 0 }
38+ .cm-s-icecoder .CodeMirror-gutters {background : # 141612 ; min-width : 41px ; border-right : 0 }
3939.cm-s-icecoder .CodeMirror-linenumber {color : # 555 ; cursor : default}
4040.cm-s-icecoder .CodeMirror-matchingbracket {border : 1px solid grey; color : black !important }
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff}
107107.tabsBar .newTab {position : absolute; display : inline-block; height : 15px ; padding : 4px 7px 3px 7px ; background : # ddd ; cursor : pointer; z-index : 0 ;
108108 transition : left 0.15s ease-in-out;
109109}
110- .editor .findBar {display : inline-block; height : 28px ; width : 2400px ; color : # fff ; background-color : # 161612 }
110+ .editor .findBar {display : inline-block; height : 28px ; width : 2400px ; color : # fff ; background-color : # 141612 }
111111.findBar .findReplace {position : absolute; padding-top : 2px ; z-index : 1 }
112112.findReplace .selectWrapper {position : relative; display : inline-block}
113113.findReplace .selectWrapper select {position : relative; padding : 1px ; border : 0 ; background : url ('../images/select-arrow.gif' ) no-repeat right # 444 ; color : # fff ; font-size : 10px ; height : 16px ;
You can’t perform that action at this time.
0 commit comments