Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Cannot Change Theme Link On Vencord. #7

Closed
1 task done
Ratlsk opened this issue Mar 24, 2023 · 3 comments
Closed
1 task done

[BUG] Cannot Change Theme Link On Vencord. #7

Ratlsk opened this issue Mar 24, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Ratlsk
Copy link

Ratlsk commented Mar 24, 2023

Client Mod

No response

Description of bug

It doesnt let me take off the theme

Steps to reproduce

Put the theme on Vencord themes

Suspected cause

No response

Screenshots

Screenshot 2023-03-23 201611

This issue is unique

  • I have searched the issue tracker and did not find an issue describing my bug.
@Ratlsk Ratlsk added the bug Something isn't working label Mar 24, 2023
@TheDoDoo
Copy link

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

@Slddev
Copy link
Owner

Slddev commented Mar 26, 2023

Thank you @TheDoDoo for explaining how.

@Slddev Slddev closed this as completed Mar 26, 2023
@Slddev Slddev pinned this issue Mar 26, 2023
@Slddev Slddev changed the title Themes not changing[BUG] <title> [BUG] Cannot Change Theme Link On Vencord. Mar 26, 2023
@Slddev Slddev added the wontfix This will not be worked on label Mar 26, 2023
@lewisakura
Copy link

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.

Slddev added a commit that referenced this issue Mar 27, 2023
- Attempt to fix #7 by removing Modern User Popouts.
@Slddev Slddev removed the wontfix This will not be worked on label Mar 27, 2023
@Slddev Slddev unpinned this issue Mar 27, 2023
Repository owner locked and limited conversation to collaborators Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants