diff --git a/Docs/screenshots/README.md b/Docs/screenshots/README.md
new file mode 100644
index 0000000..340c10f
--- /dev/null
+++ b/Docs/screenshots/README.md
@@ -0,0 +1,63 @@
+# Screenshots
+
+A visual tour of **Fido** across its matching **dark** and **light** themes. The launch / GO
+screen — *"The Eagle has landed"* — is featured on the [main README](../../README.md); see
+**[Features](../Features.md)** for the full behaviour reference.
+
+---
+
+## Home screen
+
+The mission-control console. Enter a **branch name**, optionally a **solution**, choose **Open
+as** Solution or Folder, then launch your default editor with **Open** (Enter) — or any other
+editor via its button and **Ctrl+1 … Ctrl+9**. The **Flight log** reports each step as Fido
+"goes around the horn".
+
+
+
+ | Dark |
+ Light |
+
+
+  |
+  |
+
+
+
+---
+
+## Open from branch folder
+
+When a branch's folder contains more than one solution — or you'd rather open the repo root —
+Fido asks what to open. Move with **↑ / ↓**, confirm with **Enter** or double-click, or back
+out with **Esc**.
+
+
+
+ | Dark |
+ Light |
+
+
+  |
+  |
+
+
+
+---
+
+## Settings
+
+Configure **search roots**, your **editors** (each with a CLI slug, with the default marked
+**●**), the **worktree root**, **new-branch repos**, **theme**, and the **close-after-opening**
+behaviour and delay.
+
+
+
+ | Dark |
+ Light |
+
+
+  |
+  |
+
+
diff --git a/Docs/screenshots/home-screen-dark.png b/Docs/screenshots/home-screen-dark.png
new file mode 100644
index 0000000..dba0ae7
Binary files /dev/null and b/Docs/screenshots/home-screen-dark.png differ
diff --git a/Docs/screenshots/home-screen-light.png b/Docs/screenshots/home-screen-light.png
new file mode 100644
index 0000000..dcc8d2f
Binary files /dev/null and b/Docs/screenshots/home-screen-light.png differ
diff --git a/Docs/screenshots/open-dialog-dark.png b/Docs/screenshots/open-dialog-dark.png
new file mode 100644
index 0000000..1ac7bff
Binary files /dev/null and b/Docs/screenshots/open-dialog-dark.png differ
diff --git a/Docs/screenshots/open-dialog-light.png b/Docs/screenshots/open-dialog-light.png
new file mode 100644
index 0000000..f18dcd2
Binary files /dev/null and b/Docs/screenshots/open-dialog-light.png differ
diff --git a/Docs/screenshots/settings-dialog-dark.png b/Docs/screenshots/settings-dialog-dark.png
new file mode 100644
index 0000000..7b2f3db
Binary files /dev/null and b/Docs/screenshots/settings-dialog-dark.png differ
diff --git a/Docs/screenshots/settings-dialog-light.png b/Docs/screenshots/settings-dialog-light.png
new file mode 100644
index 0000000..ebe03e8
Binary files /dev/null and b/Docs/screenshots/settings-dialog-light.png differ
diff --git a/Docs/screenshots/the-eagle-has-landed.png b/Docs/screenshots/the-eagle-has-landed.png
new file mode 100644
index 0000000..a28122d
Binary files /dev/null and b/Docs/screenshots/the-eagle-has-landed.png differ
diff --git a/README.md b/README.md
index d71762b..94844b5 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,11 @@ creating one when needed — and opens the solution or repo folder in your edito
(opened with **Enter**); other editors are a **Ctrl+1 … Ctrl+9** away.
-
+
+
+
+
+ Fido? GO! — branch resolved, worktree located, editor launched. The Eagle has landed.
---
@@ -33,6 +37,13 @@ rather than silently using the default. See **[Features](Docs/Features.md)** for
---
+## Screenshots
+
+Fido ships with matching **dark** and **light** themes. Browse the full set — home screen,
+branch-folder chooser, and settings — in the **[screenshot gallery](Docs/screenshots/)**.
+
+---
+
## Why "Fido"? 🚀
When you're juggling a massive project spread across concurrent Git branches, hopping between context switches can feel like navigating through deep space. Finding the right local folder, verifying the worktree, and booting up your IDE takes manual steps you'd rather spend actually coding.
diff --git a/src/docs/main-window-dark.png b/src/docs/main-window-dark.png
deleted file mode 100644
index 580f23b..0000000
Binary files a/src/docs/main-window-dark.png and /dev/null differ