This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
mystic/themes/hueman/source/css/_highlight/googlecode.styl
2018-09-03 17:41:16 +10:00

73 lines
1.2 KiB
Stylus

/*
Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
*/
.highlight
color: black
background: white
.code
.comment,
.quote
color: #800
.keyword,
.selector-tag,
.section,
.title,
.name
color: #008
.variable,
.template-variable
color: #660
.string,
.selector-attr,
.selector-pseudo,
.regexp
color: #080
.literal,
.symbol,
.bullet,
.meta,
.number,
.link
color: #066
.title,
.doctag,
.type,
.attr,
.built_in,
.builtin-name,
.params
color: #606
.attribute,
.subst
color: #000
.formula
background-color: #eee
font-style: italic
.selector-id,
.selector-class
color: #9B703F
.addition
background-color: #baeeba
.deletion
background-color: #ffc8bd
.doctag,
.strong
font-weight: bold
.emphasis
font-style: italic