Path: blob/master/docs/scripts/highlight/styles/dracula.css
1214 views
/*12Dracula Theme v1.2.034https://github.com/zenorocha/dracula-theme56Copyright 2015, All rights reserved78Code licensed under the MIT license9http://zenorocha.mit-license.org1011@author Éverton Ribeiro <[email protected]>12@author Zeno Rocha <[email protected]>1314*/1516.hljs {17display: block;18overflow-x: auto;19padding: 0.5em;20background: #282a36;21}2223.hljs-keyword,24.hljs-selector-tag,25.hljs-literal,26.hljs-section,27.hljs-link {28color: #8be9fd;29}3031.hljs-function .hljs-keyword {32color: #ff79c6;33}3435.hljs,36.hljs-subst {37color: #f8f8f2;38}3940.hljs-string,41.hljs-title,42.hljs-name,43.hljs-type,44.hljs-attribute,45.hljs-symbol,46.hljs-bullet,47.hljs-addition,48.hljs-variable,49.hljs-template-tag,50.hljs-template-variable {51color: #f1fa8c;52}5354.hljs-comment,55.hljs-quote,56.hljs-deletion,57.hljs-meta {58color: #6272a4;59}6061.hljs-keyword,62.hljs-selector-tag,63.hljs-literal,64.hljs-title,65.hljs-section,66.hljs-doctag,67.hljs-type,68.hljs-name,69.hljs-strong {70font-weight: bold;71}7273.hljs-emphasis {74font-style: italic;75}767778