.ace_cogi_keyword {
	color: #81A2BE;
}

.ace_cogi_variable {
	color: rgb(190, 120, 96);
}



.ace-tomorrow-night .ace_marker-layer .ace_active-line {
    background: #2f3135;
}
.ace-tomorrow-night .ace_marker-layer .ace_selection {
    background: #455064;
}
.ace-tomorrow-night .ace_marker-layer .ace_selected-word {
    /* border: 1px solid #373B41; */
    background: #664545;
}