@import '../../bootstrap/darkly/variables.scss';
@import './variables.scss';
@import '../../../src/extended.scss';

.jsoneditor-schema-error, div.jsoneditor td, div.jsoneditor textarea, div.jsoneditor th, div.jsoneditor-field, div.jsoneditor-value {
    color: $light;
}
div.jsoneditor-field.jsoneditor-highlight, div.jsoneditor-field[contenteditable=true]:focus, div.jsoneditor-field[contenteditable=true]:hover, div.jsoneditor-value.jsoneditor-highlight, div.jsoneditor-value[contenteditable=true]:focus, div.jsoneditor-value[contenteditable=true]:hover{
    color: $dark;
}
div.jsoneditor-readonly {
    color: $body-color;
}
tr.jsoneditor-highlight, tr.jsoneditor-selected {
    background-color: $gray-800;
}
div.jsoneditor-value.jsoneditor-string {
    color: lime;
}