schnensch0 / zelk

discord theme inspired by zorin
MIT License
207 stars 679 forks source link

Incorrect coloring on buttons #60

Open BlackSparowYT opened 1 year ago

BlackSparowYT commented 1 year ago

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

BlackSparowYT commented 1 year ago

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 commented 1 year ago

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

image

R3DC4RD commented 1 year ago

Same image

jiyometrik commented 1 year ago
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 commented 1 year ago

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 commented 1 year ago

Thanks!

R3DC4RD commented 1 year ago

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

BlackSparowYT commented 1 year ago

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