﻿/*https://github.com/catppuccin/highlightjs*/

code.hljs {
    color: #4c4f69;
    background: #eff1f5
}

code .hljs-keyword {
    color: #8839ef
}

code .hljs-built_in {
    color: #d20f39
}

code .hljs-type {
    color: #df8e1d
}

code .hljs-literal {
    color: #fe640b
}

code .hljs-number {
    color: #fe640b
}

code .hljs-operator {
    color: #04a5e5
}

code .hljs-punctuation {
    color: #5c5f77
}

code .hljs-property {
    color: #179299
}

code .hljs-regexp {
    color: #ea76cb
}

code .hljs-string {
    color: #40a02b
}

code .hljs-char.escape_ {
    color: #40a02b
}

code .hljs-subst {
    color: #6c6f85
}

code .hljs-symbol {
    color: #dd7878
}

code .hljs-variable {
    color: #8839ef
}

    code .hljs-variable.language_ {
        color: #8839ef
    }

    code .hljs-variable.constant_ {
        color: #fe640b
    }

code .hljs-title {
    color: #1e66f5
}

    code .hljs-title.class_ {
        color: #df8e1d
    }

    code .hljs-title.function_ {
        color: #1e66f5
    }

code .hljs-params {
    color: #4c4f69
}

code .hljs-comment {
    color: #7c7f93
}

code .hljs-doctag {
    color: #d20f39
}

code .hljs-meta {
    color: #fe640b
}

code .hljs-section {
    color: #1e66f5
}

code .hljs-tag {
    color: #179299
}

code .hljs-name {
    color: #8839ef
}

code .hljs-attr {
    color: #1e66f5
}

code .hljs-attribute {
    color: #40a02b
}

code .hljs-bullet {
    color: #179299
}

code .hljs-code {
    color: #40a02b
}

code .hljs-emphasis {
    color: #d20f39;
    font-style: italic
}

code .hljs-strong {
    color: #d20f39;
    font-weight: bold
}

code .hljs-formula {
    color: #179299
}

code .hljs-link {
    color: #209fb5;
    font-style: italic
}

code .hljs-quote {
    color: #40a02b;
    font-style: italic
}

code .hljs-selector-tag {
    color: #df8e1d
}

code .hljs-selector-id {
    color: #1e66f5
}

code .hljs-selector-class {
    color: #179299
}

code .hljs-selector-attr {
    color: #8839ef
}

code .hljs-selector-pseudo {
    color: #179299
}

code .hljs-template-tag {
    color: #dd7878
}

code .hljs-template-variable {
    color: #dd7878
}

code .hljs-addition {
    color: #40a02b;
    background: rgba(64,160,43,.15)
}

code .hljs-deletion {
    color: #d20f39;
    background: rgba(210,15,57,.15)
}
