71 lines
1.3 KiB
Stylus
71 lines
1.3 KiB
Stylus
/*
|
|
|
|
Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
|
|
|
|
*/
|
|
|
|
.highlight
|
|
color: #839496
|
|
background: #002b36
|
|
.code
|
|
.comment,
|
|
.quote
|
|
color: #586e75
|
|
|
|
/* Solarized Green */
|
|
.keyword,
|
|
.selector-tag,
|
|
.addition
|
|
color: #859900
|
|
|
|
/* Solarized Cyan */
|
|
.number,
|
|
.string,
|
|
.meta .meta-string,
|
|
.literal,
|
|
.doctag,
|
|
.regexp
|
|
color: #2aa198
|
|
|
|
/* Solarized Blue */
|
|
.title,
|
|
.section,
|
|
.name,
|
|
.selector-id,
|
|
.selector-class
|
|
color: #268bd2
|
|
|
|
/* Solarized Yellow */
|
|
.attribute,
|
|
.attr,
|
|
.variable,
|
|
.template-variable,
|
|
.class .title,
|
|
.type
|
|
color: #b58900
|
|
|
|
/* Solarized Orange */
|
|
.symbol,
|
|
.bullet,
|
|
.subst,
|
|
.meta,
|
|
.meta .keyword,
|
|
.selector-attr,
|
|
.selector-pseudo,
|
|
.link
|
|
color: #cb4b16
|
|
|
|
/* Solarized Red */
|
|
.built_in,
|
|
.deletion
|
|
color: #dc322f
|
|
|
|
.formula
|
|
background: #073642
|
|
|
|
.emphasis
|
|
font-style: italic
|
|
|
|
.strong
|
|
font-weight: bold
|