Path: blob/master/docs/scripts/highlight/styles/atelier-forest-light.css
1214 views
/* Base16 Atelier Forest Light - Theme */1/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */2/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */34/* Atelier-Forest Comment */5.hljs-comment,6.hljs-quote {7color: #766e6b;8}910/* Atelier-Forest 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: #f22c40;22}2324/* Atelier-Forest 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: #df5320;33}3435/* Atelier-Forest Green */36.hljs-string,37.hljs-symbol,38.hljs-bullet {39color: #7b9726;40}4142/* Atelier-Forest Blue */43.hljs-title,44.hljs-section {45color: #407ee7;46}4748/* Atelier-Forest Purple */49.hljs-keyword,50.hljs-selector-tag {51color: #6666ea;52}5354.hljs {55display: block;56overflow-x: auto;57background: #f1efee;58color: #68615e;59padding: 0.5em;60}6162.hljs-emphasis {63font-style: italic;64}6566.hljs-strong {67font-weight: bold;68}697071