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/obsidian.styl

42 lines
847 B
Stylus
Raw Permalink Normal View History

/**
* Obsidian style
* ported by Alexander Marenin (http://github.com/ioncreature)
*/
.highlight
background: #282b2e
color: #e0e2e4
.code
.keyword, .selector-tag, .literal, .selector-id
color: #93c763
.number
color: #ffcd22
.attribute
color: #668bb0
.code, .class .title, .section
color: white
.regexp, .link
color: #d39745
.meta
color: #557182
.tag, .name, .bullet, .subst, .emphasis, .type, .built_in, .selector-attr, .selector-pseudo, .addition, .variable, .template-tag, .template-variable
color: #8cbbad
.string, .symbol
color: #ec7600
.comment, .quote, .deletion
color: #818e96
.selector-class
color: #A082BD
.keyword, .selector-tag, .literal, .doctag, .title, .section, .type, .name, .strong
font-weight: bold