-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathbongzilla.css
More file actions
50 lines (50 loc) · 1009 Bytes
/
bongzilla.css
File metadata and controls
50 lines (50 loc) · 1009 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
.cm-s-bongzilla {
font-size: 1em;
line-height: 1.5em;
font-family: inconsolata, monospace;
letter-spacing: 0.3px;
word-spacing: 1px;
background: #1F1F1F;
color: #F8F8F8;
}
.cm-s-bongzilla .CodeMirror-lines {
padding: 8px 0;
}
.cm-s-bongzilla .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: #1F1F1F;
padding-right: 10px;
z-index: 3;
border: none;
}
.cm-s-bongzilla div.CodeMirror-cursor {
border-left: 3px solid #F8F8F8;
}
.cm-s-bongzilla .CodeMirror-activeline-background {
background: #FFFFFF0F;
}
.cm-s-bongzilla .CodeMirror-selected {
background: #253B76;
}
.cm-s-bongzilla .cm-comment {
color: #AEAEAE;
}
.cm-s-bongzilla .cm-keyword {
color: #FFCC66;
}
.cm-s-bongzilla .cm-property {
color: null;
}
.cm-s-bongzilla .cm-atom {
color: null;
}
.cm-s-bongzilla .cm-number {
color: null;
}
.cm-s-bongzilla .cm-operator {
color: #FFCC66;
}
.cm-s-bongzilla .CodeMirror-linenumber {
color: #AEAEAE;
}