From f349b19a3136eb019942830abd93c1c7fcd4129b Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Sun, 14 Jul 2024 14:47:03 -0400 Subject: [PATCH] Update compiler.ts --- src/utils/themes/usercss/compiler.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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