How to Install and Customize Modern Indicators for Discord

Aug 21, 2023 | Programming

Bringing a fresh appearance to your Discord interface can enhance your user experience tremendously. In this article, we’ll explore how to install and customize the Modern Indicators theme through different platforms like Replugged, BetterDiscord, Vencord, and Stylus. Let’s get started!

Installing Modern Indicators

Follow the steps corresponding to the platform you’re using for Discord.

1. Replugged

2. BetterDiscord

3. Vencord

  • Open user settings by pressing CTRL + ,.
  • Select the Vencord category and navigate to the Themes tab.
  • Paste the following URL in the input field under THEMES: Theme URL.

4. Stylus

Warning: Firefox users need to enable Patch CSP in Stylus settings under Advanced for the theme to work.

Customization

You can personalize your Modern Indicators theme by modifying basic colors through Quick CSS. Here’s the configuration you can use:

css:root
    --indicator-border-size: 2px;
    --indicator-border-style: solid;
    --indicator-rounding: 0;

.theme-light
    --indicator-unread: var(--primary-900-hsl);
    --indicator-unread-mention: var(--red-430-hsl);
    --indicator-selected: var(--brand-500-hsl);
    --indicator-connected: var(--green-430-hsl);

.theme-dark
    --indicator-unread: var(--primary-130-hsl);
    --indicator-unread-mention: var(--red-400-hsl);
    --indicator-selected: var(--brand-500-hsl);
    --indicator-connected: var(--green-230-hsl);

Troubleshooting

If you’re facing difficulties during installation or customization, here are a few troubleshooting ideas:

  • Ensure that your Discord client is updated to the latest version.
  • Check internet connectivity to verify that external resources are accessible.
  • If using Stylus on Firefox, make sure Patch CSP is enabled as instructed.
  • Consider clearing your cache or reinstalling the necessary extensions.
  • For further assistance and community support, consult the support server or make an issue on the repository.

For more insights, updates, or to collaborate on AI development projects, stay connected with fxis.ai.

Conclusion

With the instructions above, you should be well-equipped to install and customize the Modern Indicators theme for Discord. Enjoy the vibrant new look and feel of your Discord interface!

At fxis.ai, we believe that such advancements are crucial for the future of AI, as they enable more comprehensive and effective solutions. Our team is continually exploring new methodologies to push the envelope in artificial intelligence, ensuring that our clients benefit from the latest technological innovations.

Stay Informed with the Newest F(x) Insights and Blogs

Tech News and Blog Highlights, Straight to Your Inbox