/* Terminal/Console Colors */

/* Command (First word) - Yellow */
.hljs-term-command {
    color: #F9F1A5 !important;
}

/* Options/Flags (starting with -) - Grey */
.hljs-term-option {
    color: #767676 !important;
}

/* Strings - Blue */
.hljs-term-string {
    color: #3A96DD !important;
}

/* Variables (if any) - Light Grey/White */
.hljs-term-variable {
    color: #CCCCCC !important;
}

/* Numbers - Default or Grey */
.hljs-term-number {
    color: #FFFFFF !important;
}
