| 1 |
/* |
| 2 |
Name: material |
| 3 |
Author: Mattia Astorino (http://github.com/equinusocio) |
| 4 |
Website: https://material-theme.site/ |
| 5 |
*/ |
| 6 |
|
| 7 |
.cm-s-material.CodeMirror { |
| 8 |
background-color: #263238; |
| 9 |
color: #EEFFFF; |
| 10 |
} |
| 11 |
|
| 12 |
.cm-s-material .CodeMirror-gutters { |
| 13 |
background: #263238; |
| 14 |
color: #546E7A; |
| 15 |
border: none; |
| 16 |
} |
| 17 |
|
| 18 |
.cm-s-material .CodeMirror-guttermarker, |
| 19 |
.cm-s-material .CodeMirror-guttermarker-subtle, |
| 20 |
.cm-s-material .CodeMirror-linenumber { |
| 21 |
color: #546E7A; |
| 22 |
} |
| 23 |
|
| 24 |
.cm-s-material .CodeMirror-cursor { |
| 25 |
border-left: 1px solid #FFCC00; |
| 26 |
} |
| 27 |
.cm-s-material.cm-fat-cursor .CodeMirror-cursor { |
| 28 |
background-color: #5d6d5c80 !important; |
| 29 |
} |
| 30 |
.cm-s-material .cm-animate-fat-cursor { |
| 31 |
background-color: #5d6d5c80 !important; |
| 32 |
} |
| 33 |
|
| 34 |
.cm-s-material div.CodeMirror-selected { |
| 35 |
background: rgba(128, 203, 196, 0.2); |
| 36 |
} |
| 37 |
|
| 38 |
.cm-s-material.CodeMirror-focused div.CodeMirror-selected { |
| 39 |
background: rgba(128, 203, 196, 0.2); |
| 40 |
} |
| 41 |
|
| 42 |
.cm-s-material .CodeMirror-line::selection, |
| 43 |
.cm-s-material .CodeMirror-line>span::selection, |
| 44 |
.cm-s-material .CodeMirror-line>span>span::selection { |
| 45 |
background: rgba(128, 203, 196, 0.2); |
| 46 |
} |
| 47 |
|
| 48 |
.cm-s-material .CodeMirror-line::-moz-selection, |
| 49 |
.cm-s-material .CodeMirror-line>span::-moz-selection, |
| 50 |
.cm-s-material .CodeMirror-line>span>span::-moz-selection { |
| 51 |
background: rgba(128, 203, 196, 0.2); |
| 52 |
} |
| 53 |
|
| 54 |
.cm-s-material .CodeMirror-activeline-background { |
| 55 |
background: rgba(0, 0, 0, 0.5); |
| 56 |
} |
| 57 |
|
| 58 |
.cm-s-material .cm-keyword { |
| 59 |
color: #C792EA; |
| 60 |
} |
| 61 |
|
| 62 |
.cm-s-material .cm-operator { |
| 63 |
color: #89DDFF; |
| 64 |
} |
| 65 |
|
| 66 |
.cm-s-material .cm-variable-2 { |
| 67 |
color: #EEFFFF; |
| 68 |
} |
| 69 |
|
| 70 |
.cm-s-material .cm-variable-3, |
| 71 |
.cm-s-material .cm-type { |
| 72 |
color: #f07178; |
| 73 |
} |
| 74 |
|
| 75 |
.cm-s-material .cm-builtin { |
| 76 |
color: #FFCB6B; |
| 77 |
} |
| 78 |
|
| 79 |
.cm-s-material .cm-atom { |
| 80 |
color: #F78C6C; |
| 81 |
} |
| 82 |
|
| 83 |
.cm-s-material .cm-number { |
| 84 |
color: #FF5370; |
| 85 |
} |
| 86 |
|
| 87 |
.cm-s-material .cm-def { |
| 88 |
color: #82AAFF; |
| 89 |
} |
| 90 |
|
| 91 |
.cm-s-material .cm-string { |
| 92 |
color: #C3E88D; |
| 93 |
} |
| 94 |
|
| 95 |
.cm-s-material .cm-string-2 { |
| 96 |
color: #f07178; |
| 97 |
} |
| 98 |
|
| 99 |
.cm-s-material .cm-comment { |
| 100 |
color: #546E7A; |
| 101 |
} |
| 102 |
|
| 103 |
.cm-s-material .cm-variable { |
| 104 |
color: #f07178; |
| 105 |
} |
| 106 |
|
| 107 |
.cm-s-material .cm-tag { |
| 108 |
color: #FF5370; |
| 109 |
} |
| 110 |
|
| 111 |
.cm-s-material .cm-meta { |
| 112 |
color: #FFCB6B; |
| 113 |
} |
| 114 |
|
| 115 |
.cm-s-material .cm-attribute { |
| 116 |
color: #C792EA; |
| 117 |
} |
| 118 |
|
| 119 |
.cm-s-material .cm-property { |
| 120 |
color: #C792EA; |
| 121 |
} |
| 122 |
|
| 123 |
.cm-s-material .cm-qualifier { |
| 124 |
color: #DECB6B; |
| 125 |
} |
| 126 |
|
| 127 |
.cm-s-material .cm-variable-3, |
| 128 |
.cm-s-material .cm-type { |
| 129 |
color: #DECB6B; |
| 130 |
} |
| 131 |
|
| 132 |
|
| 133 |
.cm-s-material .cm-error { |
| 134 |
color: rgba(255, 255, 255, 1.0); |
| 135 |
background-color: #FF5370; |
| 136 |
} |
| 137 |
|
| 138 |
.cm-s-material .CodeMirror-matchingbracket { |
| 139 |
text-decoration: underline; |
| 140 |
color: white !important; |
| 141 |
} |
| 142 |
|