aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_syntax.sass
blob: 5064a81637a7c3581025ab9e4208cb54f8ffef7a (plain)
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
pre
  color: #ccc
  font-size: 13px
  background: #222
  padding: 0 15px 0 0
  line-height: 1.625em
  border: #aaa 1px solid
  overflow-x: auto
  .lineno
    color: #888
    background: #e3e3e3
    position: relative
    line-height: 180%
    display: inline-block
    padding: 0 10px
    &:first-child
      padding-top: 12px
    &:last-child
      padding-bottom: 12px

// based on: http://github.com/mojombo/tpw/raw/master/css/syntax.css
.editor
  background: rgb(0,22,41)
  line-height: 1.25

pre.console
  background-color: black
  color= lighten(#008000, 25)
  letter-spacing: 1px
  padding: 0.5em
  .prompt
    color= lighten(#000080, 50)
    &:before
      :color white
      content: "["
    &:after
      :color white
      content: "]"
  .stdin
    font-weight: bold
    color= lighten(#008000, 75)

.highlight
  padding: 0.5em
  color: white
  // Comment
  .c
    color: #999988
    font-style: italic
  // Error
  .err
    color: #a61717
    background-color: #e3d2d2
  // Name
  .n
    color: white
  // Keyword
  .k
    color: rgb(255, 157, 0)
  // Paren
  .p
    color= darken(#FF9D00, 33)
  // Operator
  .o
    color: rgb(255, 157, 0)
  // Comment.Multiline
  .cm
    color: #999988
    font-style: italic
  // Comment.Preproc
  .cp
    color: #999999
  // Comment.Single
  .c1
    color: #999988
    font-style: italic
  // Comment.Special
  .cs
    color: #999999
    font-style: italic
  // Generic.Deleted
  .gd
    color: #000000
    background-color: #ffdddd
  // Generic.Deleted.Specific
  .gd .x
    color: #000000
    background-color: #ffaaaa
  // Generic.Emph
  .ge
    font-style: italic
  // Generic.Error
  .gr
    color: #aa0000
  // Generic.Heading
  .gh
    color: #999999
  // Generic.Inserted
  .gi
    color: #000000
    background-color: #ddffdd
  // Generic.Inserted.Specific
  .gi .x
    color: #000000
    background-color: #aaffaa
  // Generic.Output
  .go
    color: #888888
  // Generic.Prompt
  .gp
    color: #555555
  // Generic.Strong
  .gs
    color: white
  // Generic.Subheading
  .gu
    color: #aaaaaa
  // Generic.Traceback
  .gt
    color: #aa0000
  // Keyword.Constant
  .kc
    color: white
  // Keyword.Declaration
  .kd
    color: white
  // Keyword.Pseudo
  .kp
    color: white
  // Keyword.Reserved
  .kr
    color: white
  // Keyword.Type
  .kt
    color: #445588
  // Literal.Number
  .m
    color: rgb(255, 98, 140)
  // Literal.String
  .s
    color: #d14
  // Name.Attribute
  .na
    color: #008080
  // Name.Builtin
  .nb
    color= darken(rgb(128, 255, 187), 20)
  // Name.Class
  .nc
    color= darken(rgb(128, 255, 187), 20)
  // Name.Constant
  .no
    color: rgb(128, 255, 187)
  // Name.Entity
  .ni
    color: #800080
  // Name.Exception
  .ne
    color: rgb(255,221, 0)
  // Name.Function
  .nf
    color: rgb(255,221, 0)
  // Name.Namespace
  .nn
    color: #555555
  // Name.Tag
  .nt
    color: white
  // Name.Variable
  .nv
    color: #008080
  // Operator.Word
  .ow
    color: white
  // Text.Whitespace
  .w
    color: #bbbbbb
  // Literal.Number
  .nl
    color: rgb(255, 98, 140)
  // Literal.Number.Float
  .mf
    color: rgb(255, 98, 140)
  // Literal.Number.Hex
  .mh
    color: rgb(255, 98, 140)
  // Literal.Number.Integer
  .mi
    color: rgb(255, 98, 140)
  // Literal.Number.Oct
  .mo
    color: rgb(255, 98, 140)
  // Literal.String.Backtick
  .sb
    color: rgb(58,217,0)
  // Literal.String.Char
  .sc
    color: rgb(58,217,0)
  // Literal.String.Doc
  .sd
    color: rgb(58,217,0)
  // Literal.String.Double
  .s2
    color: rgb(58,217,0)
  // Literal.String.Escape
  .se
    color: rgb(58,217,0)
  // Literal.String.Heredoc
  .sh
    color: rgb(58,217,0)
  // Literal.String.Interpol
  .si
    color: rgb(158,255,128)
  // Literal.String.Other
  .sx
    color: rgb(58,217,0)
  // Literal.String.Regex
  .sr
    color: #009926
  // Literal.String.Single
  .s1
    color: rgb(58,217,0)
  // Literal.String.Symbol
  .ss
    color: rgb(255, 98, 140)
  // Name.Builtin.Pseudo
  .bp
    color: #999999
  // Name.Variable.Class
  .vc
    color: #008080
  // Name.Variable.Global
  .vg
    color: #008080
  // Name.Variable.Instance
  .vi
    color: #008080
  // Literal.Number.Integer.Long
  .il
    color: rgb(255, 98, 140)