12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- /* Base16 Atelier Cave Light - Theme */
- /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */
- /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
- .highlight
- color: #585260
- background: #efecf4
- .code
- /* Atelier-Cave Comment */
- .comment,
- .quote
- color: #655f6d
- /* Atelier-Cave Red */
- .variable,
- .template-variable,
- .attribute,
- .tag,
- .name,
- .regexp,
- .link,
- .name,
- .name,
- .selector-id,
- .selector-class
- color: #be4678
- /* Atelier-Cave Orange */
- .number,
- .meta,
- .built_in,
- .builtin-name,
- .literal,
- .type,
- .params
- color: #aa573c
- /* Atelier-Cave Green */
- .string,
- .symbol,
- .bullet
- color: #2a9292
- /* Atelier-Cave Blue */
- .title,
- .section
- color: #576ddb
- /* Atelier-Cave Purple */
- .keyword,
- .selector-tag
- color: #955ae7
- .deletion,
- .addition
- color: #19171c
- display: inline-block
- width: 100%
- .deletion
- background-color: #be4678
- .addition
- background-color: #2a9292
- .emphasis
- font-style: italic
- .strong
- font-weight: bold
|