ultrawidify/src/common/components/JsonEditor/json.scss

23 lines
373 B
SCSS
Raw Normal View History

2020-03-11 23:12:18 +01:00
.json-level-indent {
padding-left: 2em !important;
}
.item-key {
color: rgb(255, 196, 148);
}
.item-key-boolean-false {
color: rgb(207, 149, 101)
2020-03-11 23:12:18 +01:00
}
.json-value-boolean-true {
color: rgb(150, 240, 198);
}
.json-value-boolean-false {
color: rgb(241, 21, 21);
2020-03-11 23:12:18 +01:00
}
.json-value-number {
color: rgb(121, 121, 238);
2020-03-11 23:12:18 +01:00
}
.json-value-string {
color: rgb(226, 175, 7);
2020-03-11 23:12:18 +01:00
}