diff --git a/README.md b/README.md
index 84138fe..de4394a 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
@@ -61,6 +61,18 @@ Or skip the install and load it straight from a CDN in an HTML file:
```
+## Customization
+
+Override the accent color with the `--gh-accent` CSS custom property on the element:
+
+```css
+github-card {
+ --gh-accent: #6366f1;
+}
+```
+
+The card also surfaces `location`, `company`, and `website` from the GitHub profile when present.
+
## License
2026 ยฉ MIT [Rocktim Saikia](https://rocktimcodes.site)
diff --git a/examples/index.html b/examples/index.html
index 552e7ed..a3d7103 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -2,31 +2,108 @@
- Github-card
-
-
+ figcaption code {
+ display: inline-block;
+ margin: 2px;
+ padding: 3px 8px;
+ border-radius: 6px;
+ background: #eaeef2;
+ font-size: 12px;
+ color: #1f2328;
+ }
+
+
-
-
-
-
+
github-card
+
+ Each example below shows the exact attributes the card is using.
+
+
+
+
+
+
+ Default ยท light theme
+ data-user="rocktimsaikia"
+
+
+
+
+
+
+ Dark theme
+ data-theme="dark"
+
+
+
+
+
+
+ Custom accent
+ style="--gh-accent: #6366f1"
+
+
+
+
+
+
+ Dark + custom accent
+ data-theme="dark"
+ --gh-accent: #22c55e
+
+
+
-