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

79 lines
1.3 KiB
Stylus
Raw Permalink Normal View History

/*
Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>
*/
.highlight
color: #000
background: #fff
.code
.subst,
.title
font-weight: normal
color: #000
.comment,
.quote
color: #808080
font-style: italic
.meta
color: #808000
.tag
background: #efefef
.section,
.name,
.literal,
.keyword,
.selector-tag,
.type,
.selector-id,
.selector-class
font-weight: bold
color: #000080
.attribute,
.number,
.regexp,
.link
font-weight: bold
color: #0000ff
.number,
.regexp,
.link
font-weight: normal
.string
color: #008000
font-weight: bold
.symbol,
.bullet,
.formula
color: #000
background: #d0eded
font-style: italic
.doctag
text-decoration: underline
.variable,
.template-variable
color: #660e7a
.addition
background: #baeeba
.deletion
background: #ffc8bd
.emphasis
font-style: italic
.strong
font-weight: bold