@components-1812/json-visualizer
Version:
A web component for visualizing JSON data in a collapsible tree view.
27 lines (20 loc) • 645 B
CSS
custom-json-visualizer.tokio-night {
--json-background: #1a1b26;
--json-foreground: #c0caf5;
--json-key: #7aa2f7;
--json-string: #9ece6a;
--json-number: #ff9e64;
--json-boolean: #7dcfff;
--json-null: #bb9af7;
--json-brace: #c0caf5;
--json-bracket: #c0caf5;
--json-comma: #565f89;
--json-colon: #565f89;
--copy-button-color: #888;
--copy-button-hover-color: #fff;
--toggle-button-color: #888;
--toggle-button-hover-color: #fff;
--line-number-color: #565f89;
--line-number-background: transparent;
--indentation-guides-lines-color: #2f3549;
}