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

59 lines
981 B
Stylus
Raw Permalink Normal View History

/*
Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
*/
.highlight
display: block
overflow-x: auto
padding: 0.5em
background: white
color: black
.code
.comment,
.quote,
.variable
color: #008000
.keyword,
.selector-tag,
.built_in,
.name,
.tag
color: #00f
.string,
.title,
.section,
.attribute,
.literal,
.template-tag,
.template-variable,
.type,
.addition
color: #a31515
.deletion,
.selector-attr,
.selector-pseudo,
.meta
color: #2b91af
.doctag
color: #808080
.attr
color: #f00
.symbol,
.bullet,
.link
color: #00b0e8
.emphasis
font-style: italic
.strong
font-weight: bold