123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* Base16 Atelier Sulphurpool Dark - Theme */
- /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool) */
- /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
- .highlight
- color: #979db4
- background: #202746
- .code
- /* Atelier-Sulphurpool Comment */
- .comment,
- .quote
- color: #898ea4
- /* Atelier-Sulphurpool Red */
- .variable,
- .template-variable,
- .attribute,
- .tag,
- .name,
- .regexp,
- .link,
- .name,
- .selector-id,
- .selector-class
- color: #c94922
- /* Atelier-Sulphurpool Orange */
- .number,
- .meta,
- .built_in,
- .builtin-name,
- .literal,
- .type,
- .params
- color: #c76b29
- /* Atelier-Sulphurpool Green */
- .string,
- .symbol,
- .bullet
- color: #ac9739
- /* Atelier-Sulphurpool Blue */
- .title,
- .section
- color: #3d8fd1
- /* Atelier-Sulphurpool Purple */
- .keyword,
- .selector-tag
- color: #6679cc
- .emphasis
- font-style: italic
- .strong
- font-weight: bold
|