-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub.css
59 lines (59 loc) · 1.12 KB
/
github.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
.cm-s-github {
font-size: 1em;
line-height: 1.5em;
font-family: inconsolata, monospace;
letter-spacing: 0.3px;
word-spacing: 1px;
background: #F8F8FF;
color: #000000;
padding-left: 10px;
padding-right: 10px;
}
.cm-s-github .CodeMirror-lines {
padding: 8px 0;
}
.cm-s-github .CodeMirror-gutters {
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
background-color: #F8F8FF;
padding-right: 2px;
z-index: 3;
border: none;
}
.cm-s-github div.CodeMirror-cursor {
border-left: 3px solid #000000;
}
.cm-s-github .CodeMirror-activeline-background {
background: #00000012;
}
.cm-s-github .CodeMirror-selected {
background: #BCD5FA;
}
.cm-s-github .cm-comment {
font-style: italic;
color: #999988;
}
.cm-s-github .cm-number {
color: null;
}
.cm-s-github .cm-atom {
color: null;
}
.cm-s-github .cm-string {
color: #DD1144;
}
.cm-s-github .cm-variable-2 {
color: #121289;
}
.cm-s-github .cm-property {
color: null;
}
.cm-s-github .cm-keyword {
color: null;
}
.cm-s-github .cm-operator {
color: null;
}
.cm-s-github .CodeMirror-linenumber {
color: italic;
}