-
Notifications
You must be signed in to change notification settings - Fork 2
/
wenyan-light.codemirror.css
79 lines (79 loc) · 1.59 KB
/
wenyan-light.codemirror.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
.cm-s-wenyan-light.CodeMirror {
background: #fff;
color: #444;
line-height: 120%;
}
.cm-s-wenyan-light .CodeMirror-gutters {
background: #f8f8f8;
border-right-width: 0;
}
.cm-s-wenyan-light .CodeMirror-guttermarker {
color: white;
}
.cm-s-wenyan-light .CodeMirror-guttermarker-subtle {
color: #d0d0d0;
}
.cm-s-wenyan-light .CodeMirror-linenumber {
color: #959da5;
padding: 0 3px 0 3px;
}
.cm-s-wenyan-light .CodeMirror-cursor {
border-left: 1px solid #000;
}
.cm-s-wenyan-light div.CodeMirror-selected{
background: linen;
}
.cm-s-wenyan-light div.CodeMirror-activeline-background{
background: linen;
}
.cm-s-wenyan-light .cm-comment {
color: #666;
}
.cm-s-wenyan-light .cm-keyword {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #E53;
}
.cm-s-wenyan-light .cm-number {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #872;
}
.cm-s-wenyan-light .cm-string {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #248;
}
.cm-s-wenyan-light .cm-variable {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #248;
}
.cm-s-wenyan-light .cm-atom {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #248;
}
.cm-s-wenyan-light .cm-type {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #248;
}
.cm-s-wenyan-light .cm-builtin {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #000;
}
.cm-s-wenyan-light .cm-operator {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #872;
}