-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemirror-oceanic.css
63 lines (63 loc) · 1.2 KB
/
codemirror-oceanic.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
.cm-s-oceanic {
font-size: 1em;
line-height: 1.5em;
font-family: inconsolata, monospace;
letter-spacing: 0.3px;
word-spacing: 1px;
background: #1B2630;
color: #F8F8F2;
}
.cm-s-oceanic .CodeMirror-lines {
padding: 8px 0;
}
.cm-s-oceanic .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: #1B2630;
padding-right: 10px;
z-index: 3;
border: none;
}
.cm-s-oceanic div.CodeMirror-cursor {
border-left: 3px solid #F8F8F2;
}
.cm-s-oceanic .CodeMirror-activeline-background {
background: #374140;
}
.cm-s-oceanic .CodeMirror-selected {
background: #374140;
}
.cm-s-oceanic .cm-comment {
color: #6D6D6D;
}
.cm-s-oceanic .cm-string {
color: #8AD6F2;
}
.cm-s-oceanic .cm-number {
color: #FFB266;
}
.cm-s-oceanic .cm-atom {
color: #FFB266;
}
.cm-s-oceanic .cm-keyword {
color: #E47D80;
}
.cm-s-oceanic .cm-variable {
color: #F2AAEC;
}
.cm-s-oceanic .cm-def {
font-style: italic;
color: #FFD2A6;
}
.cm-s-oceanic .cm-variable-2 {
color: #BAE682;
}
.cm-s-oceanic .cm-property {
color: #FFB266;
}
.cm-s-oceanic .cm-operator {
color: #E47D80;
}
.cm-s-oceanic .CodeMirror-linenumber {
color: #6D6D6D;
}