-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcode.less
More file actions
77 lines (66 loc) · 1.05 KB
/
code.less
File metadata and controls
77 lines (66 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.blob-code-inner,
code,
pre,
tt {
font-family: 'firacode-retina', 'Fira Code', 'firacode' !important;
font-size: @font-size !important;
}
.blob-code-inner {
color: @code-default-color !important;
}
.blob-num {
color: #636d83 !important;
}
.blob-wrapper {
background: @code-bg !important;
}
.range-editor {
background-color: @code-bg !important;
border-color: @border-color !important;
}
.pl-c1,
.pl-s .pl-v,
.pl-mh,
.pl-mh .pl-en,
.pl-ms {
color: #eddc96 !important;
}
// function names, object function call
.pl-en,
.pl-e,
.pl-s1 {
color: #80bbfe !important;
}
// function params, css tag selector
.pl-smi,
.pl-s .pl-s1,
.pl-ent,
.pl-pse,
.pl-v {
color: #f9867b !important;
}
// => ---- void ---- +=
.pl-k {
color: #e19ef5 !important;
}
// text within var
.pl-s,
.pl-pds,
.pl-s .pl-pse .pl-s1,
.pl-sr,
.pl-sr .pl-cce,
.pl-sr .pl-sra,
.pl-sr .pl-sre {
color: #a3eea0 !important;
}
// backslashes
.pl-cce {
color: #57b6c2 !important;
}
// commentary
.pl-c {
color: #63677e !important;
}
.pl-mb {
color: @code-default-color !important;
}