@components-1812/json-visualizer
Version:
A web component for visualizing JSON data in a collapsible tree view.
28 lines (20 loc) • 640 B
CSS
custom-json-visualizer.monokai {
--json-background: #272822;
--json-foreground: #f8f8f2;
--json-key: #f92672;
--json-string: #e6db74;
--json-number: #ae81ff;
--json-boolean: #66d9ef;
--json-null: #fd971f;
--json-brace: #f8f8f2;
--json-bracket: #f8f8f2;
--json-comma: #75715e;
--json-colon: #75715e;
--copy-button-color: #999;
--copy-button-hover-color: #fff;
--toggle-button-color: #999;
--toggle-button-hover-color: #fff;
--line-number-color: #75715e;
--line-number-background: transparent;
--indentation-guides-lines-color: #444;
}