.customscript-blue {
    position: absolute;
    background-color: blue;
}

.ace_marker-layer
{
    mix-blend-mode: color;
}
.customscript-marker-bg
{
    position:absolute;
    background-color:#fff;
    border-radius: 0;
}
.customscript-error
{
    position:absolute;
    background-color: #fdd7cf;
    border-radius: 0;
}
.customscript-method
{
    position:absolute;
    background-color: #007bf1;
}
.customscript-literal
{
    position:absolute;
    background-color: #a4d07d;
}
.customscript-constant
{
    position:absolute;
    background-color: #ffe17e;
}
.customscript-variable
{
    position:absolute;
    background-color: #e76767;
}

.customscript-numeric
{
    position:absolute;
    background-color: #00e1ff;
}

.customscript-comment
{
    position:absolute;
    background-color: #e8e8e8;
}

.customscript-haserror
{
    background-color:#ffd8d8 !important;
}