.vjs-tree .vjs-tree__content {
    border-left: 1px dotted hsla(0, 0%, 80%, .28) !important
}

.vjs-tree .vjs-tree__node {
    cursor: pointer
}

.vjs-tree .vjs-tree__node:hover {
    color: #20a0ff
}

.vjs-tree .vjs-checkbox {
    position: absolute;
    left: -30px
}

.vjs-tree .vjs__value__boolean, .vjs-tree .vjs__value__null, .vjs-tree .vjs__value__number {
    color: #a291f5 !important
}

.vjs-tree .vjs__value__string {
    color: #dacb4d !important
}

.hljs-addition, .hljs-keyword, .hljs-selector-tag {
    color: #8bd72f
}

.hljs-doctag, .hljs-meta .hljs-meta-string, .hljs-regexp, .hljs-string {
    color: #dacb4d
}

.hljs-literal, .hljs-number {
    color: #a291f5 !important
}
