/****** monikai ******/
.json-pretty {
  line-height: 1.3;
  color: #f8f8f2;
  background: #1e1e1e;
}
.json-pretty .json-key {
  color: #ff5e5e;
}
.json-pretty .json-value {
  color: #fdb082;
}
.json-pretty .json-string {
  color: #e9fdac;
}
.json-pretty .json-boolean {
  color: #69c;
}
