aboutsummaryrefslogtreecommitdiff
path: root/imports/codemirror/theme
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-06 16:17:54 -0800
committerValerio Virgillito2012-03-06 16:17:54 -0800
commitc2805e03c84b6e598556fd06d1ede7aaeea7ce9c (patch)
treeb033421762f5e0fedbc8700bfc1f175c7c5cabcf /imports/codemirror/theme
parent1cd89d4d06e3a8f2c221628b19cf26a2c69f5d3f (diff)
downloadninja-c2805e03c84b6e598556fd06d1ede7aaeea7ce9c.tar.gz
Squashed commit FileIO-Build-Candidate into Master
Fixing issues with HTML and CSS URLs. Adjusted RegEx logic. Also code a mirror update and undo/redo changes were merged into this request. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'imports/codemirror/theme')
-rw-r--r--[-rwxr-xr-x]imports/codemirror/theme/cobalt.css2
-rw-r--r--[-rwxr-xr-x]imports/codemirror/theme/eclipse.css0
-rw-r--r--[-rwxr-xr-x]imports/codemirror/theme/elegant.css0
-rw-r--r--[-rwxr-xr-x]imports/codemirror/theme/monokai.css2
-rw-r--r--[-rwxr-xr-x]imports/codemirror/theme/neat.css0
-rw-r--r--[-rwxr-xr-x]imports/codemirror/theme/night.css2
-rw-r--r--[-rwxr-xr-x]imports/codemirror/theme/rubyblue.css2
7 files changed, 4 insertions, 4 deletions
diff --git a/imports/codemirror/theme/cobalt.css b/imports/codemirror/theme/cobalt.css
index a6842a40..dbbb7e49 100755..100644
--- a/imports/codemirror/theme/cobalt.css
+++ b/imports/codemirror/theme/cobalt.css
@@ -1,5 +1,5 @@
1.cm-s-cobalt { background: #002240; color: white; } 1.cm-s-cobalt { background: #002240; color: white; }
2.cm-s-cobalt span.CodeMirror-selected { background: #b36539 !important; } 2.cm-s-cobalt div.CodeMirror-selected { background: #b36539 !important; }
3.cm-s-cobalt .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; } 3.cm-s-cobalt .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; }
4.cm-s-cobalt .CodeMirror-gutter-text { color: #d0d0d0; } 4.cm-s-cobalt .CodeMirror-gutter-text { color: #d0d0d0; }
5.cm-s-cobalt .CodeMirror-cursor { border-left: 1px solid white !important; } 5.cm-s-cobalt .CodeMirror-cursor { border-left: 1px solid white !important; }
diff --git a/imports/codemirror/theme/eclipse.css b/imports/codemirror/theme/eclipse.css
index 41f6fcbd..41f6fcbd 100755..100644
--- a/imports/codemirror/theme/eclipse.css
+++ b/imports/codemirror/theme/eclipse.css
diff --git a/imports/codemirror/theme/elegant.css b/imports/codemirror/theme/elegant.css
index 29afa982..29afa982 100755..100644
--- a/imports/codemirror/theme/elegant.css
+++ b/imports/codemirror/theme/elegant.css
diff --git a/imports/codemirror/theme/monokai.css b/imports/codemirror/theme/monokai.css
index 470d4c5c..f01d066f 100755..100644
--- a/imports/codemirror/theme/monokai.css
+++ b/imports/codemirror/theme/monokai.css
@@ -1,7 +1,7 @@
1/* Based on Sublime Text's Monokai theme */ 1/* Based on Sublime Text's Monokai theme */
2 2
3.cm-s-monokai {background: #272822; color: #f8f8f2;} 3.cm-s-monokai {background: #272822; color: #f8f8f2;}
4.cm-s-monokai span.CodeMirror-selected {background: #ffe792 !important;} 4.cm-s-monokai div.CodeMirror-selected {background: #49483E !important;}
5.cm-s-monokai .CodeMirror-gutter {background: #272822; border-right: 0px;} 5.cm-s-monokai .CodeMirror-gutter {background: #272822; border-right: 0px;}
6.cm-s-monokai .CodeMirror-gutter-text {color: #d0d0d0;} 6.cm-s-monokai .CodeMirror-gutter-text {color: #d0d0d0;}
7.cm-s-monokai .CodeMirror-cursor {border-left: 1px solid #f8f8f0 !important;} 7.cm-s-monokai .CodeMirror-cursor {border-left: 1px solid #f8f8f0 !important;}
diff --git a/imports/codemirror/theme/neat.css b/imports/codemirror/theme/neat.css
index 6d2dbf5f..6d2dbf5f 100755..100644
--- a/imports/codemirror/theme/neat.css
+++ b/imports/codemirror/theme/neat.css
diff --git a/imports/codemirror/theme/night.css b/imports/codemirror/theme/night.css
index f86c70ea..3b296e4a 100755..100644
--- a/imports/codemirror/theme/night.css
+++ b/imports/codemirror/theme/night.css
@@ -1,7 +1,7 @@
1/* Loosely based on the Midnight Textmate theme */ 1/* Loosely based on the Midnight Textmate theme */
2 2
3.cm-s-night { background: #0a001f; color: #f8f8f8; } 3.cm-s-night { background: #0a001f; color: #f8f8f8; }
4.cm-s-night span.CodeMirror-selected { background: #a8f !important; } 4.cm-s-night div.CodeMirror-selected { background: #a8f !important; }
5.cm-s-night .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; } 5.cm-s-night .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; }
6.cm-s-night .CodeMirror-gutter-text { color: #f8f8f8; } 6.cm-s-night .CodeMirror-gutter-text { color: #f8f8f8; }
7.cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; } 7.cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; }
diff --git a/imports/codemirror/theme/rubyblue.css b/imports/codemirror/theme/rubyblue.css
index c7127550..3c67762b 100755..100644
--- a/imports/codemirror/theme/rubyblue.css
+++ b/imports/codemirror/theme/rubyblue.css
@@ -1,7 +1,7 @@
1.cm-s-rubyblue { font:13px/1.4em Trebuchet, Verdana, sans-serif; } /* - customized editor font - */ 1.cm-s-rubyblue { font:13px/1.4em Trebuchet, Verdana, sans-serif; } /* - customized editor font - */
2 2
3.cm-s-rubyblue { background: #112435; color: white; } 3.cm-s-rubyblue { background: #112435; color: white; }
4.cm-s-rubyblue span.CodeMirror-selected { background: #0000FF !important; } 4.cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; }
5.cm-s-rubyblue .CodeMirror-gutter { background: #1F4661; border-right: 7px solid #3E7087; min-width:2.5em; } 5.cm-s-rubyblue .CodeMirror-gutter { background: #1F4661; border-right: 7px solid #3E7087; min-width:2.5em; }
6.cm-s-rubyblue .CodeMirror-gutter-text { color: white; } 6.cm-s-rubyblue .CodeMirror-gutter-text { color: white; }
7.cm-s-rubyblue .CodeMirror-cursor { border-left: 1px solid white !important; } 7.cm-s-rubyblue .CodeMirror-cursor { border-left: 1px solid white !important; }