1
mirror of https://github.com/interstellar750/hexo_s synced 2024-10-19 00:23:51 +08:00
hexo_s/themes/Chic/source/css/_highlight/pojoaque.styl

49 lines
968 B
Stylus

/*
Pojoaque Style by Jason Tate
http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
Based on Solarized Style from http://ethanschoonover.com/solarized
*/
.highlight
background: url("pojoaque.jpg") repeat scroll left top #181914
color: #dccf8f
.code
.comment, .quote
color: #586e75
font-style: italic
.keyword, .selector-tag, .literal, .addition
color: #b64926
.number, .string, .doctag, .regexp
color: #468966
.title, .section, .built_in, .name
color: #ffb03b
.variable, .template-variable, .class .title, .type, .tag
color: #b58900
.attribute
color: #b89859
.symbol, .bullet, .link, .subst, .meta
color: #cb4b16
.deletion
color: #dc322f
.selector-id, .selector-class
color: #d3a60c
.formula
background: #073642
.emphasis
font-style: italic
.strong
font-weight: bold