.jsoneditor-modal .pico-modal-header {
    background: #000;
    color: #fff;
}
.jsoneditor-modal .jsoneditor-jmespath-label {
    color: #000;
}
.jsoneditor {
    color: #000;
    border: thin solid #000;
}
.jsoneditor-menu {
    color: #fff;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
.jsoneditor-navigation-bar {
    color: #555;
    background-color: #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}
.jsoneditor .jsoneditor-menu > button,
.jsoneditor .jsoneditor-menu > .jsoneditor-modes > button {
    border-radius: 0;
    border: 1px solid #000;
    /*background: transparent url(../cdn/js-lib/img/jsoneditor-icons-dark.svg);*/
    background-image: url(../cdn/js-lib/img/jsoneditor-icons-dark.svg);
    background-color: transparent;
    color: #000;
    opacity: 1.0;
}
.jsoneditor .jsoneditor-menu > .jsoneditor-modes > button {
    background-image: none;
}
.jsoneditor .jsoneditor-menu > .jsoneditor-modes > button:hover, 
.jsoneditor .jsoneditor-menu > button:hover {
    background-color: #eee;
    border: 1px solid #000;
	cursor: pointer;
}

tr.jsoneditor-highlight,
tr.jsoneditor-selected {
    background-color: #e4e4e4;
}