Path: blob/master/docs/scripts/highlight/styles/darcula.css
1214 views
/*12Darcula color scheme from the JetBrains family of IDEs34*/567.hljs {8display: block;9overflow-x: auto;10padding: 0.5em;11background: #2b2b2b;12}1314.hljs {15color: #bababa;16}1718.hljs-strong,19.hljs-emphasis {20color: #a8a8a2;21}2223.hljs-bullet,24.hljs-quote,25.hljs-link,26.hljs-number,27.hljs-regexp,28.hljs-literal {29color: #6896ba;30}3132.hljs-code,33.hljs-selector-class {34color: #a6e22e;35}3637.hljs-emphasis {38font-style: italic;39}4041.hljs-keyword,42.hljs-selector-tag,43.hljs-section,44.hljs-attribute,45.hljs-name,46.hljs-variable {47color: #cb7832;48}4950.hljs-params {51color: #b9b9b9;52}5354.hljs-string {55color: #6a8759;56}5758.hljs-subst,59.hljs-type,60.hljs-built_in,61.hljs-builtin-name,62.hljs-symbol,63.hljs-selector-id,64.hljs-selector-attr,65.hljs-selector-pseudo,66.hljs-template-tag,67.hljs-template-variable,68.hljs-addition {69color: #e0c46c;70}7172.hljs-comment,73.hljs-deletion,74.hljs-meta {75color: #7f7f7f;76}777879