diff --git a/packages/web/src/celldata/JsonCellView.svelte b/packages/web/src/celldata/JsonCellView.svelte index fbb9c2e6..ecad18e7 100644 --- a/packages/web/src/celldata/JsonCellView.svelte +++ b/packages/web/src/celldata/JsonCellView.svelte @@ -51,11 +51,11 @@ } :global(.theme-type-dark) .inner { - --json-tree-string-color: #efc5c5; - --json-tree-symbol-color: #efc5c5; - --json-tree-boolean-color: #a6b3f5; - --json-tree-function-color: #a6b3f5; - --json-tree-number-color: #bfbdf2; + --json-tree-string-color: #ffc5c5; + --json-tree-symbol-color: #ffc5c5; + --json-tree-boolean-color: #b6c3ff; + --json-tree-function-color: #b6c3ff; + --json-tree-number-color: #bfbdff; --json-tree-label-color: #e9aaed; --json-tree-arrow-color: #d4d4d4; --json-tree-null-color: #dcdcdc;