UNPKG

syntax-highlighting

Version:

Syntax Highlighting Colorschemes for many applications

50 lines (41 loc) 1.16 kB
/** * Base16 Atelier Sulphurpool Dark * * @author Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool) * * Rainbow template by Jan T. Sott (https://github.com/idleberg/) * Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ pre { background-color: #202746; word-wrap: break-word; margin: 0px; padding: 10px; color: #f5f7ff; font-size: 14px; margin-bottom: 20px; } pre, code { font-family: Consolas, Menlo, 'DejaVu Sans Mono', Monaco, 'Courier New', Courier, monospace; } pre .comment { color: #6b7394; } pre .variable.global, pre .variable.class, pre .variable.instance { color: #c94922; /* red */ } pre .constant.numeric, pre .constant.language, pre .constant.hex-color, pre .keyword.unit { color: #c76b29; /* orange */ } pre .constant, pre .entity, pre .entity.class, pre .support { color: #c08b30; /* yellow */ } pre .constant.symbol, pre .string { color: #ac9739; /* green */ } pre .entity.function, pre .support.css-property, pre .selector { color: #3d8fd1; /* blue */ } pre .keyword, pre .storage { color: #6679cc; /* purple */ }