Skip to content

Commit 8b720dd

Browse files
committed
Tweaks to new theme on green BG and text
More greenish background, green text is a better colour
1 parent f0a2bbc commit 8b720dd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/editor.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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 */
@@ -15,7 +15,7 @@
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 */
@@ -35,6 +35,6 @@
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}

lib/ice-coder.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)