UNPKG

@components-1812/json-visualizer

Version:

A web component for visualizing JSON data in a collapsible tree view.

30 lines (21 loc) 724 B
custom-json-visualizer.light-default { --font: Consolas, "Courier New", monospace, sans-serif; --json-background: #ffffff; --json-foreground: #111111; --json-key: #0066cc; --json-string: #a31515; --json-number: #098658; --json-boolean: #0000ff; --json-null: #795e26; --json-brace: #aa00aa; --json-bracket: #aa00aa; --json-comma: #888888; --json-colon: #888888; --copy-button-color: #444444; --copy-button-hover-color: #000000; --toggle-button-color: #444444; --toggle-button-hover-color: #000000; --line-number-color: #999999; --line-number-background: transparent; --indentation-guides-lines-color: #dddddd; }