diff --git a/static/index.html b/static/index.html
index c796516..8d8ecfb 100644
--- a/static/index.html
+++ b/static/index.html
@@ -26,7 +26,7 @@
-
+
diff --git a/static/sections/s-settings.html b/static/sections/s-settings.html
index e9ac4c6..6e78ce6 100644
--- a/static/sections/s-settings.html
+++ b/static/sections/s-settings.html
@@ -30,6 +30,10 @@
Custom test sentence used when opening the Seed Finder.
+
+
+
+
diff --git a/static/style.css b/static/style.css
index 9cd0e0f..a62d9d8 100644
--- a/static/style.css
+++ b/static/style.css
@@ -42,6 +42,23 @@ button .mdi, a .mdi { font-size: 15px; }
--shadow: 0 2px 8px rgba(0,0,0,0.08);
--sidebar-width: 220px;
}
+[data-theme="dark"] {
+ --bg: #111827;
+ --surface: #1F2937;
+ --panel: #374151;
+ --border: #4B5563;
+ --text: #F9FAFB;
+ --subtext: #9CA3AF;
+ --placehld: #6B7280;
+ --accent: #3B82F6;
+ --green: #22C55E;
+ --red: #EF4444;
+ --yellow: #F59E0B;
+ --mauve: #A855F7;
+ --teal: #14B8A6;
+ --on-accent:#FFFFFF;
+ --shadow: 0 4px 12px rgba(0,0,0,0.5);
+}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; } /* stop iOS auto-inflating text */
body {