Skip to content

Commit d6e8f34

Browse files
mattpassmarijnh
authored andcommitted
[icecoder theme] Warmer background and fixed matchingbracket
1 parent 225a35f commit d6e8f34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

theme/icecoder.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ICEcoder default theme by Matt Pass, used in code editor available at https://icecoder.net
33
*/
44

5-
.cm-s-icecoder { color: #666; background: #141612; }
5+
.cm-s-icecoder { color: #666; background: #1d1d1b; }
66

77
.cm-s-icecoder span.cm-keyword { color: #eee; font-weight:bold; } /* off-white 1 */
88
.cm-s-icecoder span.cm-atom { color: #e1c76e; } /* yellow */
@@ -37,7 +37,7 @@ ICEcoder default theme by Matt Pass, used in code editor available at https://ic
3737

3838
.cm-s-icecoder .CodeMirror-cursor { border-left: 1px solid white; }
3939
.cm-s-icecoder div.CodeMirror-selected { color: #fff; background: #037; }
40-
.cm-s-icecoder .CodeMirror-gutters { background: #141612; min-width: 41px; border-right: 0; }
40+
.cm-s-icecoder .CodeMirror-gutters { background: #1d1d1b; min-width: 41px; border-right: 0; }
4141
.cm-s-icecoder .CodeMirror-linenumber { color: #555; cursor: default; }
42-
.cm-s-icecoder .CodeMirror-matchingbracket { border: 1px solid grey; color: black !important; }
43-
.cm-s-icecoder .CodeMirror-activeline-background { background: #000; }
42+
.cm-s-icecoder .CodeMirror-matchingbracket { color: #fff !important; background: #555 !important; }
43+
.cm-s-icecoder .CodeMirror-activeline-background { background: #000; }

0 commit comments

Comments
 (0)