Path: blob/master/docs/scripts/highlight/styles/dark.css
1214 views
/*12Dark style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]>34*/56.hljs {7display: block;8overflow-x: auto;9padding: 0.5em;10background: #444;11}1213.hljs-keyword,14.hljs-selector-tag,15.hljs-literal,16.hljs-section,17.hljs-link {18color: white;19}2021.hljs,22.hljs-subst {23color: #ddd;24}2526.hljs-string,27.hljs-title,28.hljs-name,29.hljs-type,30.hljs-attribute,31.hljs-symbol,32.hljs-bullet,33.hljs-built_in,34.hljs-addition,35.hljs-variable,36.hljs-template-tag,37.hljs-template-variable {38color: #d88;39}4041.hljs-comment,42.hljs-quote,43.hljs-deletion,44.hljs-meta {45color: #777;46}4748.hljs-keyword,49.hljs-selector-tag,50.hljs-literal,51.hljs-title,52.hljs-section,53.hljs-doctag,54.hljs-type,55.hljs-name,56.hljs-strong {57font-weight: bold;58}5960.hljs-emphasis {61font-style: italic;62}636465