-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.styl
151 lines (128 loc) · 1.86 KB
/
code.styl
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
pre > code
display block
background black
color #eeeeee
line-height 1.5
border-radius 5px
padding 5px
white-space pre
overflow-x auto
.hemisu-black
.hemisu-bg
color #000000
.hemisu-white
color #FFFFFF
.hemisu-almostWhite
.hemisu-norm
color #EEEEEE
.hemisu-almostBlack
.hemisu-faint
color #111111
.hemisu-middleDarkGrey
.hemisu-comment
/* Comment */
span.co
color #777777
.hemisu-middleLightGrey
.hemisu-dimmed
/* Documentation */
span.do
color #999999
.hemisu-lightGrey
color #BBBBBB
.hemisu-darkGrey
.hemisu-subtle
color #444444
.hemisu-darkPink
.hemisu-faintRed
/* Alert */
span.al
/* Error */
span.er
/* Warning */
span.wa
color #63001C
.hemisu-middleDarkPink
color #FF0055
.hemisu-middleLightPink
.hemisu-normRed
color #D65E76
.hemisu-lightPink
color #FFAFAF
.hemisu-darkBlue
.hemisu-faintBlue
color #005F87
.hemisu-middleDarkBlue
color #538192
.hemisu-middleLightBlue
.hemisu-accent1
.hemisu-normBlue
/* DecVal */
span.dv
/* BaseN */
span.bn
/* Float */
span.fl
/* Constant */
span.cn
/* Preprocessor */
span.pp
color #9FD3E6
.hemisu-lightBlue
color #CBE4EE
.hemisu-darkGreen
.hemisu-faintGreen
color #5F5F00
.hemisu-middleDarkGreen
color #739200
.hemisu-middleLightGreen
.hemisu-accent2
.hemisu-normGreen
/* Char */
span.ch
/* String */
span.st
/* SpecialChar */
span.sc
/* VerbatimString */
span.vs
/* Import */
span.im
/* SpecialString */
span.ss
color #B1D631
.hemisu-lightGreen
.hemisu-accent3
/* Keyword */
span.kw
/* ControlFlow */
span.cf
/* Other */
span.ot
/* DataType */
span.dt
color #BBFFAA
.hemisu-darkTan
color #503D15
.hemisu-lightTan
.hemisu-accent4
color #ECE1C8
/* Function */
span.fu
/* BuiltIn */
span.bu
/* Operator */
span.op
/* Variable */
span.va
/* Annotation */
span.an
/* CommentVar */
span.cv
/* Information */
span.in
/* Extension */
span.ex
/* Attribute */
span.at
color inherit