/*
  Dracula Theme — https://draculatheme.com
*/
.hljs {
    background: #282a36;
    color: #f8f8f2;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-section,
.hljs-link {
    color: #ff79c6;
}
.hljs-function .hljs-keyword {
    color: #8be9fd;
}
.hljs-string,
.hljs-addition {
    color: #f1fa8c;
}
.hljs-attribute,
.hljs-template-variable,
.hljs-template-tag {
    color: #f1fa8c;
}
.hljs-subst {
    color: #f8f8f2;
}
.hljs-comment,
.hljs-quote {
    color: #6272a4;
}
.hljs-deletion {
    color: #ff5555;
}
.hljs-meta {
    color: #f8f8f2;
}
.hljs-regexp,
.hljs-selector-attr,
.hljs-selector-pseudo {
    color: #f1fa8c;
}
.hljs-name,
.hljs-tag {
    color: #ff79c6;
}
.hljs-title,
.hljs-title.function_,
.hljs-title.class_ {
    color: #50fa7b;
}
.hljs-variable,
.hljs-params {
    color: #ffb86c;
}
.hljs-number,
.hljs-built_in,
.hljs-type {
    color: #bd93f9;
}
.hljs-symbol,
.hljs-bullet {
    color: #ff79c6;
}
.hljs-attr {
    color: #50fa7b;
}
.hljs-emphasis {
    font-style: italic;
}
.hljs-strong {
    font-weight: 700;
}
