diff --git a/src/utils/themes/usercss/compiler.ts b/src/utils/themes/usercss/compiler.ts index 4758b476..99a64585 100644 --- a/src/utils/themes/usercss/compiler.ts +++ b/src/utils/themes/usercss/compiler.ts @@ -18,7 +18,7 @@ const preprocessors: { [preprocessor: string]: (text: string, vars: Record `--${name}: ${value}`) .join("; "); - return `/* ==Vencord== */\n:root{${variables}}\n/* ==/Vencord== */${text}`; + return `/* ==Equicord== */\n:root{${variables}}\n/* ==/Equicord== */${text}`; }, async uso(text: string, vars: Record) { @@ -55,7 +55,11 @@ const preprocessors: { [preprocessor: string]: (text: string, vars: Record