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 } }); +