diff options
author | Jon Reid | 2012-05-04 14:56:24 -0700 |
---|---|---|
committer | Jon Reid | 2012-05-04 14:56:24 -0700 |
commit | a6dd2917edcfeca1be7553e03281ddd538422ae1 (patch) | |
tree | e6846626bf1e967e80bcd652f6a76bb97abb1789 /js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css | |
parent | 7fc185cc08b2ba912dbc7bce96f6a465c1dd6dbf (diff) | |
parent | 8964e070fa760d23c2de272ca36b8d9beba6007d (diff) | |
download | ninja-a6dd2917edcfeca1be7553e03281ddd538422ae1.tar.gz |
Merge remote-tracking branch 'ninja-jduran/TimelineUber' into timeline-local
Diffstat (limited to 'js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css')
-rw-r--r-- | js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css b/js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css new file mode 100644 index 00000000..656a88cf --- /dev/null +++ b/js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css | |||
@@ -0,0 +1,30 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | /* adopted from CodeMirror 2.23 (http://codemirror.net/) */ | ||
8 | |||
9 | .cm-s-rubyblue { | ||
10 | font:Trebuchet, Verdana, sans-serif; } /* - customized editor font - */ | ||
11 | |||
12 | .cm-s-rubyblue { background: #112435; color: white; } | ||
13 | .cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; } | ||
14 | .cm-s-rubyblue .CodeMirror-gutter { background: #1F4661; border-right: 7px solid #3E7087; min-width:2.5em; } | ||
15 | .cm-s-rubyblue .CodeMirror-gutter-text { color: white; } | ||
16 | .cm-s-rubyblue .CodeMirror-cursor { border-left: 1px solid white !important; } | ||
17 | |||
18 | .cm-s-rubyblue span.cm-comment { color: #999; font-style:italic; line-height: 1em; } | ||
19 | .cm-s-rubyblue span.cm-atom { color: #F4C20B; } | ||
20 | .cm-s-rubyblue span.cm-number, .cm-s-rubyblue span.cm-attribute { color: #82C6E0; } | ||
21 | .cm-s-rubyblue span.cm-keyword { color: #F0F; } | ||
22 | .cm-s-rubyblue span.cm-string { color: #F08047; } | ||
23 | .cm-s-rubyblue span.cm-meta { color: #F0F; } | ||
24 | .cm-s-rubyblue span.cm-variable-2, .cm-s-rubyblue span.cm-tag { color: #7BD827; } | ||
25 | .cm-s-rubyblue span.cm-variable-3, .cm-s-rubyblue span.cm-def { color: white; } | ||
26 | .cm-s-rubyblue span.cm-error { color: #AF2018; } | ||
27 | .cm-s-rubyblue span.cm-bracket { color: #F0F; } | ||
28 | .cm-s-rubyblue span.cm-link { color: #F4C20B; } | ||
29 | .cm-s-rubyblue span.CodeMirror-matchingbracket { color:#F0F !important; } | ||
30 | .cm-s-rubyblue span.cm-builtin, .cm-s-rubyblue span.cm-special { color: #FF9D00; } | ||