Path: blob/master/docs/scripts/highlight/styles/atelier-plateau-dark.css
1214 views
/* Base16 Atelier Plateau Dark - Theme */1/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/plateau) */2/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */34/* Atelier-Plateau Comment */5.hljs-comment,6.hljs-quote {7color: #7e7777;8}910/* Atelier-Plateau 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: #ca4949;22}2324/* Atelier-Plateau 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: #b45a3c;33}3435/* Atelier-Plateau Green */36.hljs-string,37.hljs-symbol,38.hljs-bullet {39color: #4b8b8b;40}4142/* Atelier-Plateau Blue */43.hljs-title,44.hljs-section {45color: #7272ca;46}4748/* Atelier-Plateau Purple */49.hljs-keyword,50.hljs-selector-tag {51color: #8464c4;52}5354.hljs-deletion,55.hljs-addition {56color: #1b1818;57display: inline-block;58width: 100%;59}6061.hljs-deletion {62background-color: #ca4949;63}6465.hljs-addition {66background-color: #4b8b8b;67}6869.hljs {70display: block;71overflow-x: auto;72background: #1b1818;73color: #8a8585;74padding: 0.5em;75}7677.hljs-emphasis {78font-style: italic;79}8081.hljs-strong {82font-weight: bold;83}848586