Giter VIP home page Giter VIP logo

Comments (3)

TheDoDoo avatar TheDoDoo commented on July 16, 2024

Hello @Ratlsk,
You can remove the theme like this:

Go To Settings and then to Vencord
grafik

Then klick Open Settings Folder
grafik

Then go in The Folder Settings
grafik

Now Open the settings.json with a text editor
grafik

Now overwrite the line 6 with "themeLinks": [], as shown in picture

Save the file (STRG + S)

Relode Discord (STRG + R)

Now you are in Defult Theme

from spoticord.

Slddev avatar Slddev commented on July 16, 2024

Thank you @TheDoDoo for explaining how.

from spoticord.

lewisakura avatar lewisakura commented on July 16, 2024

After some investigation, this issue is caused by this style rule here:

.avatarHint-k7pYop,
.pencilContainer-18TrEJ,
.textarea-_59yqs,
.aboutMeTitle-3pjiS7,
.bodyTitle-2Az3VQ,
.premiumIconWrapper-32h0Ri,
.footer-3naVBw {
display: none;
}

It then later reverts this rule for the user notes section:

/*Fixes*/
.textarea-_59yqs[aria-label="Note"] {
display: unset;
color: var(--text-normal);
}

This is a really poorly written style rule and should be more specific to whatever it's trying to target, rather than blanket removing these textarea components, and should be considered an issue with the theme in general. I'd recommend just removing the .textarea- rule here since it seems to cause no harm to the theme's design when its disabled. If you really want to keep that, then you should add .textarea-_59yqs[placeholder="Theme Links"] to the revert rule as well. It seems like you special case some mods so it could also be inserted here.

from spoticord.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.