/*
//+------------------------------------------------------------------+
//| Tema syntax highlighting fgblc                                   |
//+------------------------------------------------------------------+
*/

/* @New @Config */
.hljs-keyword_context {
    color: #7dd3fc;
    font-weight: 600;
}

/* #Normal #Matrix #Generate #Custom */
.hljs-keyword_context_local {
    color: #93c5fd;
    font-weight: 600;
}

/* Vector Matrix */
.hljs-type {
    color: #00d084;
    font-weight: 600;
}

/* name = [...] */
.hljs-title {
    color: #00d084;
}

/* [RSI] [EMA] nombre de feature */
.hljs-dsl_name {
    color: #34d399;
    font-weight: 600;
}

/* Period= rows= cols= keys */
.hljs-dsl_key {
    color: #60a5fa;
}

/* valores despues del = */
.hljs-dsl_val {
    color: #fb923c;
}

/* numeros */
.hljs-number {
    color: #f97316;
}

/* ; | puntuacion */
.hljs-punctuation {
    color: #64748b;
}

/* // comentarios */
.hljs-comment {
    color: #475569;
    font-style: italic;
}