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

28 lines
619 B
Stylus
Raw Permalink Normal View History

/*
Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
*/
.highlight
background: #444
color: #ddd
.code
.keyword, .selector-tag, .literal, .section, .link
color: white
.subst
color: #ddd
.string, .title, .name, .type, .attribute, .symbol, .bullet, .built_in, .addition, .variable, .template-tag, .template-variable
color: #d88
.comment, .quote, .deletion, .meta
color: #777
.keyword, .selector-tag, .literal, .title, .section, .doctag, .type, .name, .strong
font-weight: bold
.emphasis
font-style: italic