123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- /*
- Monokai style - ported by Luigi Maselli - http://grigio.org
- */
- .highlight
- color: #ddd
- background: #272822
- .code
- .tag,
- .keyword,
- .selector-tag,
- .literal,
- .strong,
- .name
- color: #f92672
- .code
- color: #66d9ef
- .class .title
- color: white
- .attribute,
- .symbol,
- .regexp,
- .link
- color: #bf79db
- .string,
- .bullet,
- .subst,
- .title,
- .section,
- .emphasis,
- .type,
- .built_in,
- .builtin-name,
- .selector-attr,
- .selector-pseudo,
- .addition,
- .variable,
- .template-tag,
- .template-variable
- color: #a6e22e
- .comment,
- .quote,
- .deletion,
- .meta
- color: #75715e
- .keyword,
- .selector-tag,
- .literal,
- .doctag,
- .title,
- .section,
- .type,
- .selector-id
- font-weight: bold
|