aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 2 insertions, 12 deletions
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
<script lang="ts">