diff options
author | Ananya Sen | 2012-07-16 16:04:05 -0700 |
---|---|---|
committer | Ananya Sen | 2012-07-16 16:04:05 -0700 |
commit | 0e04fff0ea80fa5cbe96b8354db38bd334aea83a (patch) | |
tree | 212d164c0f83d80394e34f1df532ea0461ad328d /imports/codemirror/mode/tiddlywiki/tiddlywiki.css | |
parent | 5146f224258929415adf4a8022e492454b4e2476 (diff) | |
download | ninja-0e04fff0ea80fa5cbe96b8354db38bd334aea83a.tar.gz |
upgrade to codemirror 2.3
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Conflicts:
js/code-editor/codemirror-ninja/theme/lesser-dark-ninja.css
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'imports/codemirror/mode/tiddlywiki/tiddlywiki.css')
-rw-r--r-- | imports/codemirror/mode/tiddlywiki/tiddlywiki.css | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/imports/codemirror/mode/tiddlywiki/tiddlywiki.css b/imports/codemirror/mode/tiddlywiki/tiddlywiki.css index dba05c0f..9a69b639 100644 --- a/imports/codemirror/mode/tiddlywiki/tiddlywiki.css +++ b/imports/codemirror/mode/tiddlywiki/tiddlywiki.css | |||
@@ -1,21 +1,14 @@ | |||
1 | .cm-s-default span.cm-header {color: blue; font-weight:bold;} | 1 | span.cm-underlined { |
2 | .cm-s-default span.cm-code {color: #a50;} | 2 | text-decoration: underline; |
3 | .cm-s-default span.cm-code-inline {color: #660;} | 3 | } |
4 | 4 | span.cm-strikethrough { | |
5 | .cm-s-default span.cm-quote {color: #555;} | 5 | text-decoration: line-through; |
6 | .cm-s-default span.cm-list {color: #c60;} | 6 | } |
7 | .cm-s-default span.cm-hr {color: #999;} | 7 | span.cm-brace { |
8 | .cm-s-default span.cm-em {font-style: italic;} | 8 | color: #170; |
9 | .cm-s-default span.cm-strong {font-weight: bold;} | 9 | font-weight: bold; |
10 | 10 | } | |
11 | .cm-s-default span.cm-link-external {color: blue;} | 11 | span.cm-table { |
12 | .cm-s-default span.cm-brace {color: #170; font-weight: bold;} | 12 | color: blue; |
13 | .cm-s-default span.cm-macro {color: #9E3825;} | 13 | font-weight: bold; |
14 | .cm-s-default span.cm-table {color: blue; font-weight: bold;} | 14 | } |
15 | .cm-s-default span.cm-warning {color: red; font-weight: bold;} | ||
16 | |||
17 | .cm-s-default span.cm-underlined {text-decoration: underline;} | ||
18 | .cm-s-default span.cm-line-through {text-decoration: line-through;} | ||
19 | |||
20 | .cm-s-default span.cm-comment {color: #666;} | ||
21 | |||