aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-26 20:18:30 -0700
committernetop://ウィビ <paul@webb.page>2026-04-26 20:18:30 -0700
commit3c06c95f396b6e911076bc3291d5855ed01b5caa (patch)
tree17cd218339c52fbeee93d931303b04a3ff294f8b /README.md
parentf059d97ab7f6d74d61139ac698cb871be7cb632e (diff)
downloadgraphiql-3c06c95f396b6e911076bc3291d5855ed01b5caa.tar.gz
graphiql-3c06c95f396b6e911076bc3291d5855ed01b5caa.zip
cleanup and ready for launch
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">