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/tomorrow-night-eighties.styl

42 lines
946 B
Stylus
Raw Permalink Normal View History

/* Tomorrow Night Eighties Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
.highlight
background: #2d2d2d
color: #cccccc
.code
/* Tomorrow Comment */
.comment, .quote
color: #999999
/* Tomorrow Red */
.variable, .template-variable, .tag, .name, .selector-id, .selector-class, .regexp, .deletion
color: #f2777a
/* Tomorrow Orange */
.number, .built_in, .builtin-name, .literal, .type, .params, .meta, .link
color: #f99157
/* Tomorrow Yellow */
.attribute
color: #ffcc66
/* Tomorrow Green */
.string, .symbol, .bullet, .addition
color: #99cc99
/* Tomorrow Blue */
.title, .section
color: #6699cc
/* Tomorrow Purple */
.keyword, .selector-tag
color: #cc99cc
.emphasis
font-style: italic
.strong
font-weight: bold