diff options
author | Jon Reid | 2012-07-17 16:03:14 -0700 |
---|---|---|
committer | Jon Reid | 2012-07-17 16:03:14 -0700 |
commit | 42a51e0c27f2e2cd825d07b3af5ec05b0e5208b3 (patch) | |
tree | 67deeb8c5b34aacc91f737cc64a3bc9ef1f4f05f /imports/codemirror/theme/vibrant-ink.css | |
parent | a12cabc16273ffe04af4bce1f7438dc9326efa89 (diff) | |
parent | b4b3e45d6684e77d361b4f8ca5be4889428320c5 (diff) | |
download | ninja-42a51e0c27f2e2cd825d07b3af5ec05b0e5208b3.tar.gz |
Merge remote-tracking branch 'ninja-jduran/TimelineUber' into timeline-local
Diffstat (limited to 'imports/codemirror/theme/vibrant-ink.css')
-rw-r--r-- | imports/codemirror/theme/vibrant-ink.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/imports/codemirror/theme/vibrant-ink.css b/imports/codemirror/theme/vibrant-ink.css new file mode 100644 index 00000000..e025e50a --- /dev/null +++ b/imports/codemirror/theme/vibrant-ink.css | |||
@@ -0,0 +1,27 @@ | |||
1 | /* Taken from the popular Visual Studio Vibrant Ink Schema */ | ||
2 | |||
3 | .cm-s-vibrant-ink { background: black; color: white; } | ||
4 | .cm-s-vibrant-ink .CodeMirror-selected { background: #35493c !important; } | ||
5 | |||
6 | .cm-s-vibrant-ink .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; } | ||
7 | .cm-s-vibrant-ink .CodeMirror-gutter-text { color: #d0d0d0; } | ||
8 | .cm-s-vibrant-ink .CodeMirror-cursor { border-left: 1px solid white !important; } | ||
9 | |||
10 | .cm-s-vibrant-ink .cm-keyword { color: #CC7832; } | ||
11 | .cm-s-vibrant-ink .cm-atom { color: #FC0; } | ||
12 | .cm-s-vibrant-ink .cm-number { color: #FFEE98; } | ||
13 | .cm-s-vibrant-ink .cm-def { color: #8DA6CE; } | ||
14 | .cm-s-vibrant-ink span.cm-variable-2, .cm-s-cobalt span.cm-tag { color: #FFC66D } | ||
15 | .cm-s-vibrant-ink span.cm-variable-3, .cm-s-cobalt span.cm-def { color: #FFC66D } | ||
16 | .cm-s-vibrant-ink .cm-operator { color: #888; } | ||
17 | .cm-s-vibrant-ink .cm-comment { color: gray; font-weight: bold; } | ||
18 | .cm-s-vibrant-ink .cm-string { color: #A5C25C } | ||
19 | .cm-s-vibrant-ink .cm-string-2 { color: red } | ||
20 | .cm-s-vibrant-ink .cm-meta { color: #D8FA3C; } | ||
21 | .cm-s-vibrant-ink .cm-error { border-bottom: 1px solid red; } | ||
22 | .cm-s-vibrant-ink .cm-builtin { color: #8DA6CE; } | ||
23 | .cm-s-vibrant-ink .cm-tag { color: #8DA6CE; } | ||
24 | .cm-s-vibrant-ink .cm-attribute { color: #8DA6CE; } | ||
25 | .cm-s-vibrant-ink .cm-header { color: #FF6400; } | ||
26 | .cm-s-vibrant-ink .cm-hr { color: #AEAEAE; } | ||
27 | .cm-s-vibrant-ink .cm-link { color: blue; } | ||