diff options
author | Pushkar Joshi | 2012-03-06 17:05:05 -0800 |
---|---|---|
committer | Pushkar Joshi | 2012-03-06 17:05:05 -0800 |
commit | 794abd077a0cd4c797d3f566281deca77b184bfe (patch) | |
tree | 3bf4a83ca714def2671fe8cef93db859b0d5553f /imports/codemirror/theme/monokai.css | |
parent | c155cd238b6f9e0b8191e0fc533f7bc974b762c2 (diff) | |
parent | 2e3943a8f751ec572066f168b58464c24b9f29e5 (diff) | |
download | ninja-794abd077a0cd4c797d3f566281deca77b184bfe.tar.gz |
Merge branch 'master' into pentool
Diffstat (limited to 'imports/codemirror/theme/monokai.css')
-rw-r--r--[-rwxr-xr-x] | imports/codemirror/theme/monokai.css | 2 |
1 files changed, 1 insertions, 1 deletions
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;} |