All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webapp.vendor.highlightjs.styles.trino.css Maven / Gradle / Ivy

The newest version!
hljs {
    /* var(--highlight-color) */
    color: #9e9e9e;
    /* var(--highlight-bg) */
}

.hljs-subst {
    /* var(--highlight-color) */
    color: #ffffff;
}

.hljs-comment {
    /* var(--highlight-comment) */
    color: #DD00A1;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-meta .hljs-keyword,
.hljs-doctag,
.hljs-section {
    /* var(--highlight-keyword) */
    color: #F8B600;
}

.hljs-attr {
    /* var(--highlight-attribute); */
    color: #F88600;
}

.hljs-attribute {
    /* var(--highlight-symbol) */
    color: #DD00A1;
}

.hljs-name,
.hljs-type,
.hljs-number,
.hljs-selector-id,
.hljs-quote,
.hljs-template-tag {
    /* var(--highlight-namespace) */
    color: #f08d49;
}

.hljs-selector-class {
    /* var(--highlight-keyword) */
    color: #88aece;
}

.hljs-string,
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr {
    /* var(--highlight-variable) */
    color: #b5bd68;
}

.hljs-meta,
.hljs-selector-pseudo {
    /* var(--highlight-keyword) */
    color: #88aece;
}

.hljs-built_in,
.hljs-title,
.hljs-literal {
    /* var(--highlight-literal) */
    color: #f08d49;
}

.hljs-bullet,
.hljs-code {
    /* var(--highlight-punctuation) */
    color: #cccccc;
}

.hljs-meta .hljs-string {
    /* var(--highlight-variable) */
    color: #b5bd68;
}

.hljs-deletion {
    /* var(--highlight-deletion) */
    color: #de7176;
}

.hljs-addition {
    /* var(--highlight-addition) */
    color: #76c490;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}

.hljs-formula,
.hljs-operator,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
    /* purposely ignored */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy