From 1f443f0e844a2cf5ca53b62e7e4c24639b07c965 Mon Sep 17 00:00:00 2001 From: nathanfontes2026-lang Date: Mon, 27 Jul 2026 15:21:06 -0400 Subject: [PATCH] Add metal theme to available themes The metal theme from DaisyUI provides a dark, industrial aesthetic with metallic accents, perfect for a sorting visualization interface. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- src/themes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/themes.js b/src/themes.js index 00dde3c..dfbfdd7 100644 --- a/src/themes.js +++ b/src/themes.js @@ -19,4 +19,5 @@ export default [ 'winter', 'dim', 'nord', + 'metal', ];