This repository has been archived by the owner on May 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbase16-monokai-dark.css
33 lines (25 loc) · 1.59 KB
/
base16-monokai-dark.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
Name: Base16 Monokai Dark
Author: Wimer Hazenberg (http://www.monokai.nl)
CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
*/
.cm-s-base16-monokai-dark.CodeMirror {background: #272822; color: #f5f4f1;}
.cm-s-base16-monokai-dark div.CodeMirror-selected {background: #383830 !important;}
.cm-s-base16-monokai-dark .CodeMirror-gutters {background: #272822; border-right: 0px;}
.cm-s-base16-monokai-dark .CodeMirror-linenumber {color: #75715e;}
.cm-s-base16-monokai-dark .CodeMirror-cursor {border-left: 1px solid #a59f85 !important;}
.cm-s-base16-monokai-dark span.cm-comment {color: #cc6633;}
.cm-s-base16-monokai-dark span.cm-atom {color: #ae81ff;}
.cm-s-base16-monokai-dark span.cm-number {color: #ae81ff;}
.cm-s-base16-monokai-dark span.cm-property, .cm-s-base16-monokai-dark span.cm-attribute {color: #a6e22e;}
.cm-s-base16-monokai-dark span.cm-keyword {color: #f92672;}
.cm-s-base16-monokai-dark span.cm-string {color: #f4bf75;}
.cm-s-base16-monokai-dark span.cm-variable {color: #a6e22e;}
.cm-s-base16-monokai-dark span.cm-variable-2 {color: #66d9ef;}
.cm-s-base16-monokai-dark span.cm-def {color: #fd971f;}
.cm-s-base16-monokai-dark span.cm-error {background: #f92672; color: #a59f85;}
.cm-s-base16-monokai-dark span.cm-bracket {color: #f5f4f1;}
.cm-s-base16-monokai-dark span.cm-tag {color: #f92672;}
.cm-s-base16-monokai-dark span.cm-link {color: #ae81ff;}
.cm-s-base16-monokai-dark .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}