From 3c06c95f396b6e911076bc3291d5855ed01b5caa Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Sun, 26 Apr 2026 20:18:30 -0700 Subject: cleanup and ready for launch --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c8d9132..91364d5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Full prop list: | `storage` | `Storage` | `localStorage`-based | | `subscriptionMode` | `"append" \| "replace"` | `"append"` | | `tabExtras` | `Snippet<[{ tab: Tab }]>` | `undefined` | -| `theme` | `Extension` (CodeMirror) | `oneDark` | +| `theme` | `Extension` (CodeMirror) | `lightTheme` | | `toolbarExtras` | `Snippet` | `undefined` | ## Integration @@ -254,17 +254,7 @@ The History panel ships Export/Import buttons that round-trip through this valid ## Theming -CSS custom properties drive the chrome: - -- `--graphiql-accent` -- `--graphiql-bg` -- `--graphiql-border` -- `--graphiql-fg` -- `--graphiql-font` -- `--graphiql-muted` -- `--graphiql-panel` - -The editor theme is a separate CodeMirror `Extension` passed via the `theme` prop. Ships with `oneDark` (default) and `lightTheme`: +The editor theme is a separate CodeMirror `Extension` passed via the `theme` prop. Ships with `lightTheme` (default): ```svelte