53 lines
852 B
Stylus
53 lines
852 B
Stylus
/*
|
|
Date: 24 Fev 2015
|
|
Author: Pedro Oliveira <kanytu@gmail . com>
|
|
*/
|
|
|
|
.highlight
|
|
color: #a9b7c6
|
|
background: #282b2e
|
|
.code
|
|
.number,
|
|
.literal,
|
|
.symbol,
|
|
.bullet
|
|
color: #6897BB
|
|
|
|
.keyword,
|
|
.selector-tag,
|
|
.deletion
|
|
color: #cc7832
|
|
|
|
.variable,
|
|
.template-variable,
|
|
.link
|
|
color: #629755
|
|
|
|
.comment,
|
|
.quote
|
|
color: #808080
|
|
|
|
.meta
|
|
color: #bbb529
|
|
|
|
.string,
|
|
.attribute,
|
|
.addition
|
|
color: #6A8759
|
|
|
|
.section,
|
|
.title,
|
|
.type
|
|
color: #ffc66d
|
|
|
|
.name,
|
|
.selector-id,
|
|
.selector-class
|
|
color: #e8bf6a
|
|
|
|
.emphasis
|
|
font-style: italic
|
|
|
|
.strong
|
|
font-weight: bold
|