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