-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathtwilight.css
More file actions
54 lines (54 loc) · 1.05 KB
/
twilight.css
File metadata and controls
54 lines (54 loc) · 1.05 KB
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
.cm-s-twilight {
font-size: 1em;
line-height: 1.5em;
font-family: inconsolata, monospace;
letter-spacing: 0.3px;
word-spacing: 1px;
background: #181818;
color: #F8F8F8;
}
.cm-s-twilight .CodeMirror-lines {
padding: 8px 0;
}
.cm-s-twilight .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: #181818;
padding-right: 10px;
z-index: 3;
border: none;
}
.cm-s-twilight div.CodeMirror-cursor {
border-left: 3px solid #F8F8F8;
}
.cm-s-twilight .CodeMirror-activeline-background {
background: #FFFFFF08;
}
.cm-s-twilight .CodeMirror-selected {
background: #DDF0FF33;
}
.cm-s-twilight .cm-comment {
font-style: italic;
color: #5F5A60;
}
.cm-s-twilight .cm-keyword {
color: #CDA869;
}
.cm-s-twilight .cm-string {
color: #8F9D6A;
}
.cm-s-twilight .cm-property {
color: #DAD085;
}
.cm-s-twilight .cm-atom {
color: #DAD085;
}
.cm-s-twilight .cm-number {
color: #DAD085;
}
.cm-s-twilight .cm-operator {
color: #CDA869;
}
.cm-s-twilight .CodeMirror-linenumber {
color: italic;
}