diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-26 20:18:30 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-26 20:18:30 -0700 |
| commit | 3c06c95f396b6e911076bc3291d5855ed01b5caa (patch) | |
| tree | 17cd218339c52fbeee93d931303b04a3ff294f8b /README.md | |
| parent | f059d97ab7f6d74d61139ac698cb871be7cb632e (diff) | |
| download | graphiql-3c06c95f396b6e911076bc3291d5855ed01b5caa.tar.gz graphiql-3c06c95f396b6e911076bc3291d5855ed01b5caa.zip | |
cleanup and ready for launch
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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 <script lang="ts"> |