Path: blob/master/docs/scripts/highlight/styles/atelier-cave-dark.css
1214 views
/* Base16 Atelier Cave Dark - Theme */1/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */2/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */34/* Atelier-Cave Comment */5.hljs-comment,6.hljs-quote {7color: #7e7887;8}910/* Atelier-Cave Red */11.hljs-variable,12.hljs-template-variable,13.hljs-attribute,14.hljs-regexp,15.hljs-link,16.hljs-tag,17.hljs-name,18.hljs-selector-id,19.hljs-selector-class {20color: #be4678;21}2223/* Atelier-Cave Orange */24.hljs-number,25.hljs-meta,26.hljs-built_in,27.hljs-builtin-name,28.hljs-literal,29.hljs-type,30.hljs-params {31color: #aa573c;32}3334/* Atelier-Cave Green */35.hljs-string,36.hljs-symbol,37.hljs-bullet {38color: #2a9292;39}4041/* Atelier-Cave Blue */42.hljs-title,43.hljs-section {44color: #576ddb;45}4647/* Atelier-Cave Purple */48.hljs-keyword,49.hljs-selector-tag {50color: #955ae7;51}5253.hljs-deletion,54.hljs-addition {55color: #19171c;56display: inline-block;57width: 100%;58}5960.hljs-deletion {61background-color: #be4678;62}6364.hljs-addition {65background-color: #2a9292;66}6768.hljs {69display: block;70overflow-x: auto;71background: #19171c;72color: #8b8792;73padding: 0.5em;74}7576.hljs-emphasis {77font-style: italic;78}7980.hljs-strong {81font-weight: bold;82}838485