From 427011eb24fed4fb91a49811925c255b72b078a8 Mon Sep 17 00:00:00 2001 From: ggfevans Date: Tue, 20 Jan 2026 17:32:27 -0800 Subject: [PATCH] fix: update app.js with Dracula & Alucard themes --- public/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/app.js b/public/app.js index 3033f7e..b22caaa 100644 --- a/public/app.js +++ b/public/app.js @@ -980,6 +980,8 @@ const themes = [ "volcano.css", "catppuccin-mocha.css", "catppuccin-latte.css", + "dracula.css", + "dracula-light.css", ]; let currentThemeIndex = 0;