From 8b720dd0e61781be0774fb0ba4fa0735e4d207b1 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 24 Dec 2014 16:13:57 +0000 Subject: [PATCH] Tweaks to new theme on green BG and text More greenish background, green text is a better colour --- lib/editor.css | 8 ++++---- lib/ice-coder.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/editor.css b/lib/editor.css index 3be8e7f..82d2605 100644 --- a/lib/editor.css +++ b/lib/editor.css @@ -1,11 +1,11 @@ /* ICEcoder default theme by Matt Pass */ -.cm-s-icecoder {color: #666; background: #161612} +.cm-s-icecoder {color: #666; background: #141612} .cm-s-icecoder span.cm-keyword {color: #eee; font-weight:bold} /* off-white 1 */ .cm-s-icecoder span.cm-atom {color: #e1c76e} /* yellow */ .cm-s-icecoder span.cm-number {color: #6cb5d9} /* blue */ -.cm-s-icecoder span.cm-def {color: #abc359} /* green */ +.cm-s-icecoder span.cm-def {color: #b9ca4a} /* green */ .cm-s-icecoder span.cm-variable {color: #6cb5d9} /* blue */ .cm-s-icecoder span.cm-variable-2 {color: #bf255c} /* pink */ @@ -15,7 +15,7 @@ .cm-s-icecoder span.cm-operator {color: #9179bb} /* purple */ .cm-s-icecoder span.cm-comment {color: #44535a} /* grey-blue */ -.cm-s-icecoder span.cm-string {color: #abc359} /* green */ +.cm-s-icecoder span.cm-string {color: #b9ca4a} /* green */ .cm-s-icecoder span.cm-string-2 {color: #6cb5d9} /* blue */ .cm-s-icecoder span.cm-meta {color: #555} /* grey */ @@ -35,6 +35,6 @@ .cm-s-icecoder .CodeMirror-cursor {border-left: 1px solid white !important} .cm-s-icecoder .CodeMirror-selected {color: #fff !important; background: #037 !important} -.cm-s-icecoder .CodeMirror-gutters {background: #161612; min-width: 41px; border-right: 0} +.cm-s-icecoder .CodeMirror-gutters {background: #141612; min-width: 41px; border-right: 0} .cm-s-icecoder .CodeMirror-linenumber {color: #555; cursor: default} .cm-s-icecoder .CodeMirror-matchingbracket {border: 1px solid grey; color: black !important} \ No newline at end of file diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 7f7082c..d722461 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -107,7 +107,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .tabsBar .newTab {position: absolute; display: inline-block; height: 15px; padding: 4px 7px 3px 7px; background: #ddd; cursor: pointer; z-index: 0; transition: left 0.15s ease-in-out; } -.editor .findBar {display: inline-block; height: 28px; width: 2400px; color: #fff; background-color: #161612} +.editor .findBar {display: inline-block; height: 28px; width: 2400px; color: #fff; background-color: #141612} .findBar .findReplace {position: absolute; padding-top: 2px; z-index: 1} .findReplace .selectWrapper {position: relative; display: inline-block} .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;