diff --git a/src/plugins/fakeProfileThemes.tsx b/src/plugins/fakeProfileThemes.tsx index de42dd9..ede0e72 100644 --- a/src/plugins/fakeProfileThemes.tsx +++ b/src/plugins/fakeProfileThemes.tsx @@ -23,7 +23,7 @@ import { Devs } from "@utils/constants"; import { Margins } from "@utils/margins"; import { copyWithToast } from "@utils/misc"; import definePlugin, { OptionType } from "@utils/types"; -import { Button } from "@webpack/common"; +import { Button, Forms } from "@webpack/common"; import { User } from "discord-types/general"; import virtualMerge from "virtual-merge"; @@ -100,6 +100,21 @@ export default definePlugin({ } } ], + settingsAboutComponent: () => ( + + Usage + + After enabling this plugin, you will see custom colors in the profiles of other people using compatible plugins.
+ To set your own colors: +
+ Please note: if you are using a theme which hides nitro upsells, you should disable it temporarily to set colors. +
+
), settings, colorDecodeHook(user: UserProfile) { if (user) {