From 2a4addfcc509e02ad92be696d3b9fc7a175fb208 Mon Sep 17 00:00:00 2001 From: "Others...14" Date: Mon, 15 Sep 2025 18:06:14 +0700 Subject: [PATCH] background.js --- Extension/background.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Extension/background.js b/Extension/background.js index df23b8f..8756d94 100644 --- a/Extension/background.js +++ b/Extension/background.js @@ -278,7 +278,9 @@ async function loadExtensionResources() { 'themes/acrylic.css', 'themes/classic-light.css', 'themes/classic.css', - 'themes/neon.css' + 'themes/neon.css', + 'themes/neon-cyan.css', + 'themes/neon-light.css' ]; for (const themeFile of themeFiles) { @@ -787,3 +789,4 @@ chrome.runtime.onMessage.addListener((msg, sender, sendResponse) => { return true; // Important: indicates async response } }); +