background.js

This commit is contained in:
Others...14
2025-09-12 12:48:08 +07:00
committed by GitHub
parent 77c539dcf0
commit 9f74cbff60
+3 -1
View File
@@ -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;
}