Path: blob/master/docs/scripts/highlight/styles/atelier-cave-light.css
1214 views
/* Base16 Atelier Cave Light - 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: #655f6d;8}910/* Atelier-Cave 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-name,20.hljs-selector-id,21.hljs-selector-class {22color: #be4678;23}2425/* Atelier-Cave Orange */26.hljs-number,27.hljs-meta,28.hljs-built_in,29.hljs-builtin-name,30.hljs-literal,31.hljs-type,32.hljs-params {33color: #aa573c;34}3536/* Atelier-Cave Green */37.hljs-string,38.hljs-symbol,39.hljs-bullet {40color: #2a9292;41}4243/* Atelier-Cave Blue */44.hljs-title,45.hljs-section {46color: #576ddb;47}4849/* Atelier-Cave Purple */50.hljs-keyword,51.hljs-selector-tag {52color: #955ae7;53}5455.hljs-deletion,56.hljs-addition {57color: #19171c;58display: inline-block;59width: 100%;60}6162.hljs-deletion {63background-color: #be4678;64}6566.hljs-addition {67background-color: #2a9292;68}6970.hljs {71display: block;72overflow-x: auto;73background: #efecf4;74color: #585260;75padding: 0.5em;76}7778.hljs-emphasis {79font-style: italic;80}8182.hljs-strong {83font-weight: bold;84}858687