Skip to content

Instantly share code, notes, and snippets.

@tonussi
Created January 31, 2014 17:18
Show Gist options
  • Save tonussi/8737065 to your computer and use it in GitHub Desktop.
Save tonussi/8737065 to your computer and use it in GitHub Desktop.
Sass para code highlighting no asciidoctor ou asciidoc
.highlight
background-color: #ffffff
.tok-c
color: #999988
font-style: italic
.tok-err
color: #a61717
background-color: #e3d2d2
.tok-k, .tok-o
color: black
font-weight: bold
.tok-cm
color: #999988
font-style: italic
.tok-cp
color: #999999
font-weight: bold
font-style: italic
.tok-c1
color: #999988
font-style: italic
.tok-cs
color: #999999
font-weight: bold
font-style: italic
.tok-gd
color: black
background-color: #ffdddd
.tok-ge
color: black
font-style: italic
.tok-gr
color: #aa0000
.tok-gh
color: #999999
.tok-gi
color: black
background-color: #ddffdd
.tok-go
color: #888888
.tok-gp
color: #555555
.tok-gs
font-weight: bold
.tok-gu
color: #aaaaaa
.tok-gt
color: #aa0000
.tok-kc, .tok-kd, .tok-kn, .tok-kp, .tok-kr
color: black
font-weight: bold
.tok-kt
color: #445588
font-weight: bold
.tok-m
color: #009999
.tok-s
color: #dd1144
.tok-na
color: teal
.tok-nb
color: #0086b3
.tok-nc
color: #445588
font-weight: bold
.tok-no
color: teal
.tok-nd
color: #3c5d5d
font-weight: bold
.tok-ni
color: purple
.tok-ne, .tok-nf, .tok-nl
color: #990000
font-weight: bold
.tok-nn
color: #555555
.tok-nt
color: navy
.tok-nv
color: teal
.tok-ow
color: black
font-weight: bold
.tok-w
color: #bbbbbb
.tok-mf, .tok-mh, .tok-mi, .tok-mo
color: #009999
.tok-sb, .tok-sc, .tok-sd, .tok-s2, .tok-se, .tok-sh, .tok-si, .tok-sx
color: #dd1144
.tok-sr
color: #009926
.tok-s1
color: #dd1144
.tok-ss
color: #990073
.tok-bp
color: #999999
.tok-vc, .tok-vg, .tok-vi
color: teal
.tok-il
color: #009999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment