-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhighlight.sass
84 lines (83 loc) · 988 Bytes
/
highlight.sass
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
---
---
.highlight
margin: 0
.c
color: #75715e
.err
color: #960050
background-color: #1e0010
.k
color: #66d9ef
.l
color: #ae81ff
.n
color: #f8f8f2
.o
color: #f92672
.p
color: #f8f8f2
.cm, .cp, .c1, .cs
color: #75715e
.ge
font-style: italic
.gs
font-weight: bold
.kc, .kd
color: #66d9ef
.kn
color: #f92672
.kp, .kr, .kt
color: #66d9ef
.ld
color: #e6db74
.m
color: #ae81ff
.s
color: #e6db74
.na
color: #a6e22e
.nb
color: #f8f8f2
.nc
color: #a6e22e
.no
color: #66d9ef
.nd
color: #a6e22e
.ni
color: #f8f8f2
.ne, .nf
color: #a6e22e
.nl, .nn
color: #f8f8f2
.nx
color: #a6e22e
.py
color: #f8f8f2
.nt
color: #f92672
.nv
color: #f8f8f2
.ow
color: #f92672
.w
color: #f8f8f2
.mf, .mh, .mi, .mo
color: #ae81ff
.sb, .sc, .sd, .s2
color: #e6db74
.se
color: #ae81ff
.sh, .si, .sx, .sr, .s1, .ss
color: #e6db74
.bp, .vc, .vg, .vi
color: #f8f8f2
.il
color: #ae81ff
.gu
color: #75715e
.gd
color: #f92672
.gi
color: #a6e22e