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+
28+ .cm-s-material div .CodeMirror-selected {
29+ background : rgba (128 , 203 , 196 , 0.2 );
30+ }
31+
32+ .cm-s-material .CodeMirror-focused div .CodeMirror-selected {
33+ background : rgba (128 , 203 , 196 , 0.2 );
34+ }
35+
36+ .cm-s-material .CodeMirror-line ::selection ,
37+ .cm-s-material .CodeMirror-line > span ::selection ,
38+ .cm-s-material .CodeMirror-line > span > span ::selection {
39+ background : rgba (128 , 203 , 196 , 0.2 );
40+ }
41+
42+ .cm-s-material .CodeMirror-line ::-moz-selection ,
43+ .cm-s-material .CodeMirror-line > span ::-moz-selection ,
44+ .cm-s-material .CodeMirror-line > span > span ::-moz-selection {
45+ background : rgba (128 , 203 , 196 , 0.2 );
46+ }
47+
48+ .cm-s-material .CodeMirror-activeline-background {
49+ background : rgba (0 , 0 , 0 , 0.5 );
50+ }
51+
52+ .cm-s-material .cm-keyword {
53+ color : # C792EA ;
54+ }
55+
56+ .cm-s-material .cm-operator {
57+ color : # 89DDFF ;
58+ }
59+
60+ .cm-s-material .cm-variable-2 {
61+ color : # EEFFFF ;
62+ }
63+
64+ .cm-s-material .cm-variable-3 ,
65+ .cm-s-material .cm-type {
66+ color : # f07178 ;
67+ }
68+
69+ .cm-s-material .cm-builtin {
70+ color : # FFCB6B ;
71+ }
72+
73+ .cm-s-material .cm-atom {
74+ color : # F78C6C ;
75+ }
76+
77+ .cm-s-material .cm-number {
78+ color : # FF5370 ;
79+ }
80+
81+ .cm-s-material .cm-def {
82+ color : # 82AAFF ;
83+ }
84+
85+ .cm-s-material .cm-string {
86+ color : # C3E88D ;
87+ }
88+
89+ .cm-s-material .cm-string-2 {
90+ color : # f07178 ;
91+ }
92+
93+ .cm-s-material .cm-comment {
94+ color : # 546E7A ;
95+ }
96+
97+ .cm-s-material .cm-variable {
98+ color : # f07178 ;
99+ }
100+
101+ .cm-s-material .cm-tag {
102+ color : # FF5370 ;
103+ }
104+
105+ .cm-s-material .cm-meta {
106+ color : # FFCB6B ;
107+ }
108+
109+ .cm-s-material .cm-attribute {
110+ color : # C792EA ;
111+ }
112+
113+ .cm-s-material .cm-property {
114+ color : # C792EA ;
115+ }
116+
117+ .cm-s-material .cm-qualifier {
118+ color : # DECB6B ;
119+ }
120+
121+ .cm-s-material .cm-variable-3 ,
122+ .cm-s-material .cm-type {
123+ color : # DECB6B ;
124+ }
125+
126+
127+ .cm-s-material .cm-error {
128+ color : rgba (255 , 255 , 255 , 1.0 );
129+ background-color : # FF5370 ;
130+ }
131+
132+ .cm-s-material .CodeMirror-matchingbracket {
133+ text-decoration : underline;
134+ color : white !important ;
135+ }
0 commit comments