-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathvue.css
94 lines (76 loc) · 1.45 KB
/
vue.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/*
Name: vue
Author : xiaoluoboding (http://github.com/xiaoluoboding)
*/
.cm-s-vue.CodeMirror {
padding: 5px;
background-color: #fff;
color: #525252;
}
.cm-s-vue .CodeMirror-gutters {
background: #fff;
color: #42b983;
border: none;
}
.cm-s-vue .CodeMirror-guttermarker,
.cm-s-vue .CodeMirror-guttermarker-subtle,
.cm-s-vue .CodeMirror-linenumber {
color: #42b983;
}
.cm-s-vue .CodeMirror-cursor {
border-left: 1px solid #525252;
}
.cm-s-vue .CodeMirror-activeline-background {
background: rgba(0, 0, 0, 0);
}
.cm-s-vue .cm-keyword,
.cm-s-vue .cm-variable {
color: #e96900;
}
.cm-s-vue .cm-operator,
.cm-s-vue .cm-property {
color: #525252;
}
.cm-s-vue .cm-variable-3,
.cm-s-vue .cm-type {
color: #82B1FF;
}
.cm-s-vue .cm-atom,
.cm-s-vue .cm-number {
color: #ae81ff;
}
.cm-s-vue .cm-def {
color: #525252;
}
.cm-s-vue .cm-string {
color: #42b983;
}
.cm-s-vue .cm-string-2,
.cm-s-vue .cm-variable-2
.cm-s-vue .cm-tag,
.cm-s-vue .cm-meta {
color: #80CBC4;
}
.cm-s-vue .cm-comment {
color: #b3b3b3;
}
.cm-s-vue .cm-attribute,
.cm-s-vue .cm-tag,
.cm-s-vue .cm-word.cm-error {
color: #2973b7;
background: transparent;
}
.cm-s-vue .cm-qualifier,
.cm-s-vue .cm-builtin,
.cm-s-vue .cm-variable-3,
.cm-s-vue .cm-type {
color: #525252;
}
.cm-s-vue .cm-error {
color: rgba(255, 255, 255, 1.0);
background-color: #EC5F67;
}
.cm-s-vue .CodeMirror-matchingbracket {
text-decoration: underline;
color: white !important;
}