-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.less
116 lines (89 loc) · 1.66 KB
/
index.less
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.editor, .editor .gutter {
background-color: #161616;
color: #E6E1DC;
}
.editor.is-focused .cursor {
border-color: #FFFFFF;
}
.editor.is-focused .selection .region {
background-color: #363636;
}
.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line {
background-color: #363636;
}
.source.ruby.embedded, .source.ruby.rails.embedded {
background-color: #1F1F1F;
}
.comment {
font-style: italic;
color: #BC9458;
}
.keyword, .storage {
color: #CC7833;
}
.entity.name.function, .keyword.other.name-of-parameter.objc {
color: #FFC66D;
}
.entity.name {
color: #FFFFFF;
}
.constant.numeric {
color: #A5C261;
}
.variable.language, .variable.other {
color: #D0D0FF;
}
.variable.other.block {
color: #E6E1DC;
}
.constant {
color: #6D9CBE;
}
.variable.other.constant {
color: #DA4939;
}
.constant.language {
color: #6E9CBE;
}
.string {
color: #A5C261;
}
.support.function {
color: #DA4939;
}
.support.type {
color: #6E9CBE;
}
.support.constant {
color: #A5C261;
}
.meta.tag, .declaration.tag, .entity.name.tag, .entity.other.attribute-name {
color: #E8BF6A;
}
.invalid {
color: #FFFFFF;
background-color: #990000;
}
.constant.character.escaped, .constant.character.escape, .string .source, .string .source.ruby {
color: #519F50;
}
.markup.inserted {
color: #E6E1DC;
background-color: #144212;
}
.markup.deleted {
color: #E6E1DC;
background-color: #660000;
}
.meta.diff.header, .meta.separator.diff, .meta.diff.index, .meta.diff.range {
background-color: #2F33AB;
}
.markup.deleted {
color: #F92672;
}
.markup.inserted {
color: #A6E22E;
}
.markup.changed {
color: #967EFB;
}