-
Notifications
You must be signed in to change notification settings - Fork 0
/
monokai-mate.css
47 lines (38 loc) · 2.35 KB
/
monokai-mate.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
34
35
36
37
38
39
40
41
42
43
44
45
46
/* Based on Sublime Text's Monokai theme */
.cm-s-monokai-mate.CodeMirror { background: rgba(0,0,0,0.8); color: #f8f8f2; }
.cm-s-monokai-mate div.CodeMirror-selected { background: #49483E; }
.cm-s-monokai-mate .CodeMirror-line::selection, .cm-s-monokai-mate .CodeMirror-line > span::selection, .cm-s-monokai-mate .CodeMirror-line > span > span::selection {
background: rgba(73, 72, 62, .99);
}
.cm-s-monokai-mate .CodeMirror-line::-moz-selection, .cm-s-monokai-mate .CodeMirror-line > span::-moz-selection, .cm-s-monokai-mate .CodeMirror-line > span > span::-moz-selection { background: rgba(73, 72, 62, .99); }
.cm-s-monokai-mate .CodeMirror-gutters { background: #272822; border-right: 0px; }
.cm-s-monokai-mate .CodeMirror-guttermarker { color: white; }
.cm-s-monokai-mate .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
.cm-s-monokai-mate .CodeMirror-linenumber { color: #d0d0d0; }
.cm-s-monokai-mate .CodeMirror-cursor { border-left: 8px solid #f8f8f0; }
.cm-s-monokai-mate span.cm-comment { color: #75715e; }
.cm-s-monokai-mate span.cm-atom { color: #ae81ff; }
.cm-s-monokai-mate span.cm-number { color: #ae81ff; }
.cm-s-monokai-mate span.cm-comment.cm-attribute { color: #97b757; }
.cm-s-monokai-mate span.cm-comment.cm-def { color: #bc9262; }
.cm-s-monokai-mate span.cm-comment.cm-tag { color: #bc6283; }
.cm-s-monokai-mate span.cm-comment.cm-type { color: #5998a6; }
.cm-s-monokai-mate span.cm-property, .cm-s-monokai-mate span.cm-attribute { color: #a6e22e; }
.cm-s-monokai-mate span.cm-keyword { color: #f92672; }
.cm-s-monokai-mate span.cm-builtin { color: #66d9ef; }
.cm-s-monokai-mate span.cm-string { color: #e6db74; }
.cm-s-monokai-mate span.cm-variable { color: #f8f8f2; }
.cm-s-monokai-mate span.cm-variable-2 { color: #9effff; }
.cm-s-monokai-mate span.cm-variable-3, .cm-s-monokai-mate span.cm-type { color: #66d9ef; }
.cm-s-monokai-mate span.cm-def { color: #fd971f; }
.cm-s-monokai-mate span.cm-bracket { color: #f8f8f2; }
.cm-s-monokai-mate span.cm-tag { color: #f92672; }
.cm-s-monokai-mate span.cm-header { color: #ae81ff; }
.cm-s-monokai-mate span.cm-link { color: #ae81ff; }
.cm-s-monokai-mate span.cm-error { background: #f92672; color: #f8f8f0; }
.cm-s-monokai-mate .CodeMirror-activeline-background { background: #373831; }
.cm-s-monokai-mate .CodeMirror-matchingbracket {
text-decoration: none;
background-color: #80ff80;
color: white !important;
}