Path: blob/master/docs/scripts/highlight/styles/atelier-heath-dark.css
1214 views
/* Base16 Atelier Heath Dark - Theme */1/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */2/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */34/* Atelier-Heath Comment */5.hljs-comment,6.hljs-quote {7color: #9e8f9e;8}910/* Atelier-Heath Red */11.hljs-variable,12.hljs-template-variable,13.hljs-attribute,14.hljs-tag,15.hljs-name,16.hljs-regexp,17.hljs-link,18.hljs-name,19.hljs-selector-id,20.hljs-selector-class {21color: #ca402b;22}2324/* Atelier-Heath Orange */25.hljs-number,26.hljs-meta,27.hljs-built_in,28.hljs-builtin-name,29.hljs-literal,30.hljs-type,31.hljs-params {32color: #a65926;33}3435/* Atelier-Heath Green */36.hljs-string,37.hljs-symbol,38.hljs-bullet {39color: #918b3b;40}4142/* Atelier-Heath Blue */43.hljs-title,44.hljs-section {45color: #516aec;46}4748/* Atelier-Heath Purple */49.hljs-keyword,50.hljs-selector-tag {51color: #7b59c0;52}5354.hljs {55display: block;56overflow-x: auto;57background: #1b181b;58color: #ab9bab;59padding: 0.5em;60}6162.hljs-emphasis {63font-style: italic;64}6566.hljs-strong {67font-weight: bold;68}697071