From 9f74cbff602763ebd37cdce3ea635d4072d26b38 Mon Sep 17 00:00:00 2001 From: "Others...14" Date: Fri, 12 Sep 2025 12:48:08 +0700 Subject: [PATCH] background.js --- Extension/background.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Extension/background.js b/Extension/background.js index 2c904b1..32aaf7f 100644 --- a/Extension/background.js +++ b/Extension/background.js @@ -278,7 +278,8 @@ async function loadExtensionResources() { 'themes/acrylic.css', 'themes/classic-light.css', 'themes/classic.css', - 'themes/neon.css' + 'themes/neon.css', + 'themes/neon-cyan.css' ]; for (const themeFile of themeFiles) { @@ -460,3 +461,4 @@ async function loadExtensionResources() { return resources; } +