-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathdawn.css
More file actions
51 lines (51 loc) · 975 Bytes
/
dawn.css
File metadata and controls
51 lines (51 loc) · 975 Bytes
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
.cm-s-dawn {
font-size: 1em;
line-height: 1.5em;
font-family: inconsolata, monospace;
letter-spacing: 0.3px;
word-spacing: 1px;
background: #F9F9F9;
color: #080808;
}
.cm-s-dawn .CodeMirror-lines {
padding: 8px 0;
}
.cm-s-dawn .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: #F9F9F9;
padding-right: 10px;
z-index: 3;
border: none;
}
.cm-s-dawn div.CodeMirror-cursor {
border-left: 3px solid #080808;
}
.cm-s-dawn .CodeMirror-activeline-background {
background: #2463B41F;
}
.cm-s-dawn .CodeMirror-selected {
background: #275FFF4D;
}
.cm-s-dawn .cm-comment {
font-style: italic;
color: #5A525F;
}
.cm-s-dawn .cm-keyword {
color: #794938;
}
.cm-s-dawn .cm-property {
color: #693A17;
}
.cm-s-dawn .cm-atom {
color: #693A17;
}
.cm-s-dawn .cm-number {
color: #693A17;
}
.cm-s-dawn .cm-operator {
color: #794938;
}
.cm-s-dawn .CodeMirror-linenumber {
color: italic;
}