﻿.syn_tag, .syn_txt, .syn_sel, .syn_prp, .syn_val, .syn_key, .syn_com, .syn_cde, .syn_str {
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
}

.syn_tag, .syn_prp, .syn_key {
    color: #5183f7;
}

.syn_txt, .syn_val, .syn_cde {
    color: #9bc6ca;
}

.syn_sel, .syn_str {
    color: #b7b70a;
}

.syn_com {
    color: #00aa00;
}

.syn_ta {
   caret-color: #91d6db;
   -webkit-user-select: auto;
   -moz-user-select: auto;
   -ms-user-select: auto;
   user-select: auto;
}

.syn_ta::selection {
    background: rgba(0, 255, 128, 0.15);
    color: rgba(0,0,0,0);
}

.syn_ta::-moz-selection {
    background: rgba(0, 255, 128, 0.15);
    color: rgba(0,0,0,0);
}

