aboutsummaryrefslogtreecommitdiff
path: root/js/stage
diff options
context:
space:
mode:
authorAnanya Sen2012-04-30 17:26:24 -0700
committerAnanya Sen2012-04-30 17:26:24 -0700
commit052caf2b8e10a1e42ec1355a9bb7dd039ea01f69 (patch)
treee3ad43ece3ab621152ff77453c93c4d6f0d80e52 /js/stage
parentd548103df7dd1015581d30ebf245003443b47d15 (diff)
downloadninja-052caf2b8e10a1e42ec1355a9bb7dd039ea01f69.tar.gz
set up different activeline colors for different themes
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/stage')
-rwxr-xr-xjs/stage/stage-view.reel/stage-view.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/js/stage/stage-view.reel/stage-view.css b/js/stage/stage-view.reel/stage-view.css
index eb7aa23f..e2c4bb0e 100755
--- a/js/stage/stage-view.reel/stage-view.css
+++ b/js/stage/stage-view.reel/stage-view.css
@@ -43,7 +43,17 @@
43 43
44span.CodeMirror-matchhighlight { background: #e9e9e9 } 44span.CodeMirror-matchhighlight { background: #e9e9e9 }
45.CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important } 45.CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important }
46/*.activeline {background: #e8f2ff !important;}*/
47div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;} 46div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;}
48.CodeMirror-completions select {background-color:#e8f2ff;border:1px solid #c1c1c1;box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.8);} 47.CodeMirror-completions select {background-color:#e8f2ff;border:1px solid #c1c1c1;box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.8);}
49.CodeMirror-completions {z-index:6001 !important;} 48.CodeMirror-completions {z-index:6001 !important;}
49
50.cm-s-default .activeline {background: #e8f2ff; !important}
51.cm-s-eclipse .activeline {background: #e8f2ff; !important}
52.cm-s-elegant .activeline {background: #e8f2ff; !important}
53.cm-s-neat .activeline {background: #e8f2ff; !important}
54.cm-s-night .activeline {background: #8da6ce; !important}
55.cm-s-cobalt .activeline {background: #8da6ce; !important}
56.cm-s-monokai .activeline {background: #8da6ce; !important}
57.cm-s-rubyblue .activeline {background: #3E7087; !important}
58.cm-s-lesser-dark .activeline {background: #8da6ce; !important}
59.cm-s-xq-dark .activeline {background: #8da6ce; !important} \ No newline at end of file