123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* Base16 Atelier Dune Dark - Theme */
- /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
- /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
- .highlight
- color: #a6a28c
- background: #20201d
- .code
- /* Atelier-Dune Comment */
- .comment,
- .quote
- color: #999580
- /* Atelier-Dune Red */
- .variable,
- .template-variable,
- .attribute,
- .tag,
- .name,
- .regexp,
- .link,
- .name,
- .selector-id,
- .selector-class
- color: #d73737
- /* Atelier-Dune Orange */
- .number,
- .meta,
- .built_in,
- .builtin-name,
- .literal,
- .type,
- .params
- color: #b65611
- /* Atelier-Dune Green */
- .string,
- .symbol,
- .bullet
- color: #60ac39
- /* Atelier-Dune Blue */
- .title,
- .section
- color: #6684e1
- /* Atelier-Dune Purple */
- .keyword,
- .selector-tag
- color: #b854d4
- .emphasis
- font-style: italic
- .strong
- font-weight: bold
|