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/github-gist.styl

58 lines
1021 B
Stylus
Raw Permalink Normal View History

/**
* GitHub Gist Theme
* Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
*/
.highlight
padding: 0.5em
color: #333333
.code
.comment,
.meta
color: #969896
.string,
.variable,
.template-variable,
.strong,
.emphasis,
.quote
color: #df5000
.keyword,
.selector-tag,
.type
color: #a71d5d
.literal,
.symbol,
.bullet,
.attribute
color: #0086b3
.section,
.name
color: #63a35c
.tag
color: #333333
.title,
.attr,
.selector-id,
.selector-class,
.selector-attr,
.selector-pseudo
color: #795da3
.addition
color: #55a532
background-color: #eaffea
.deletion
color: #bd2c00
background-color: #ffecec
.link
text-decoration: underline