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