diff options
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"> |