diff --git a/web/templates/settings/home.html b/web/templates/settings/home.html
index d640bf9..28f5414 100644
--- a/web/templates/settings/home.html
+++ b/web/templates/settings/home.html
@@ -200,6 +200,25 @@
.swatch[data-theme="midnight"]{background:linear-gradient(135deg,#0b1220,#1c2741);}
.swatch[data-theme="forest"]{background:linear-gradient(135deg,#d7f3e2,#92c7a3);}
.swatch[data-theme="sandstone"]{background:linear-gradient(135deg,#f7efe4,#e4d2b6);}
+/* Windows 95 swatch */
+.swatch[data-theme="win95"] {
+ background: repeating-linear-gradient(
+ 45deg,
+ #c0c0c0,
+ #c0c0c0 8px,
+ #dcdcdc 8px,
+ #dcdcdc 16px
+ );
+ border: 2px outset #808080; /* classic 3D frame */
+ color: #000;
+}
+.swatch[data-theme="win95"] .swatch-name {
+ background: #fff;
+ border: 1px solid #808080;
+ font-family: "MS Sans Serif", sans-serif;
+ font-size: 12px;
+ color: #000;
+}
.swatch-name{background:rgba(255,255,255,.8);padding:2px 6px;border-radius:8px;font-size:12px;color:#0f172a;}
/* Security accent */
.cc-sec{position:relative;overflow:hidden;color:#0f172a;}