Goose-Nest / GT-RevertRebrand

GT theme to revert Discord's 2021 rebrand.
MIT License
107 stars 40 forks source link

[WIP] Fix the rest of the green #4

Closed Minion3665 closed 3 years ago

Minion3665 commented 3 years ago

At least some of each of these are affected, although not necessarily all of them (for example some presence SVGs were styled already and some were not)

CanadaHonk commented 3 years ago

Some great catches, thanks! (Feel free to just finalise this and I'll merge these ones and then if you do anymore you could open a new PR.)

Dziurwa14 commented 3 years ago

talking indicator rings

.avatarSpeaking-2IGMRN { box-shadow: inset 0 0 0 2px var(--old-green),inset 0 0 0 3px #2f3136; }

Minion3665 commented 3 years ago

I've done everything intended, apart from the accept call buttons which still need to be fixed. It should be working, apart from the call icons in chat for which you'll need to push to the main branch of your repo (they rely on a call icon in there).

@Dziurwa14 I found that I needed a different selector for speaking avatars than the one you said here, I've gone ahead and used mine but if you or anyone else knows if that -2IGMRN changes per-person or per-something-else I'd like to know, if it does we could consider updating stuff (possibly the whole repo?) to use *[class*="avatarSpeaking-"] instead of .avatarSpeaking-randomcode or similar.

I'm going to go ahead and fix the conflicts in main.css now, and then we should be good to test and merge

CanadaHonk commented 3 years ago

Nice. We could likely just use two selectors for it (or a wildcard as you said).

CanadaHonk commented 3 years ago

Gonna merge and tweak some stuff myself, thanks!