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

Incorrect coloring on buttons #60

Open
BlackSparowYT opened this issue Mar 17, 2023 · 8 comments
Open

Incorrect coloring on buttons #60

BlackSparowYT opened this issue Mar 17, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@BlackSparowYT
Copy link

Describe the bug
When in the settings menu when you activate a tab it gets the complete color of the background and the text is gone.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'settings'
  2. Click on 'click any tab'

Screenshots
image

Setup

  • OS: Windows 11
  • Client Mod: BetterDiscord
  • Release Channel: stable
  • Enabled Themes: Radial Status, Zelk
  • Enabled Plugins: AutoIdle, Charcounter, Doulbe click to edit, hidedisabledemojis, inmyvoice, multi instance, pin icon, removechatbuttons, showbadges in chat, splitt large messages, spotify controls, Typing indicator
  • Custom CSS: no
  • Discord Language: English
@BlackSparowYT BlackSparowYT added the bug Something isn't working label Mar 17, 2023
@BlackSparowYT BlackSparowYT changed the title [BUG] Incorrect coloring on buttons Mar 17, 2023
@BlackSparowYT
Copy link
Author

BlackSparowYT commented Mar 17, 2023

Adding some custom css like this

.side-1lrxIh .themed-qqoYp3.selected-1sf9UK.item-2GWPIy, .topPill-2vcLsa .themed-qqoYp3.selected-1sf9UK.item-2GWPIy {
    background-color: var(--background-modifier-selected);
    color: var(--background-primary);
}
.side-1lrxIh .themed-qqoYp3.selected-1sf9UK.item-2GWPIy, .topPill-2vcLsa .themed-qqoYp3.selected-1sf9UK.item-2GWPIy:hover {
    background-color: var(--background-modifier-selected);
    color: var(--button-accent-hover);
}

.item-1TA5qI[aria-checked=true] {
    color: var(--background-primary);
}

Fixes the side bar active buttons and main checked buttons but i don't know if it are the correct colors and its just a simple fix.
image

@TylersApps
Copy link

TylersApps commented Mar 21, 2023

Bumping because I am experiencing the same on Default, Discord, and Gray themes

image

@R3DC4RD
Copy link

R3DC4RD commented Jun 9, 2023

Same
image

@jiyometrik
Copy link

image i seem to have the same problem too! i'm using zelk purple preset, i've only changed the font using custom CSS outside of this.

@BlackSparowYT
Copy link
Author

BlackSparowYT commented Jul 3, 2023

For you all wondering why this isnt fixed, i made my own repo with fixes for this all.
Check out https://github.com/BlackSparowYT/Zelk-Discord-Theme-Fixes/

It should work with any color you want. Just try and see if it works

@yiruzu
Copy link

yiruzu commented Jul 8, 2023

Thanks!

@R3DC4RD
Copy link

R3DC4RD commented Jul 8, 2023

Still not working on the green theme. Working on the default one though

@BlackSparowYT
Copy link
Author

BlackSparowYT commented Jul 13, 2023

My fix? Because that is always in progress and i will fix anything i find so just open a issue on the github of my project. but if you mean zelk by default, yeah that wont be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants