pazuzu156 / undead-discord

Discord theme created using the Undead style. Original Repo:
https://github.com/chrisduerr/userstyles
1 stars 0 forks source link

Elements that needs to be updated. #1

Closed TUSK3N closed 6 years ago

TUSK3N commented 6 years ago

The new Discord update broke some of the theme and I'll try and screenshot everything I notice.

The Voice connected box isn't the same color as the rest it's the default one. image

Hovering over a user in the member list gives the default Discord color. image

All of the users in the member list has gone back to the default circle avatars instead of the square shaped avatars. image

The embeds have gone back to the default color in chat. image

The profile has gone back to the default again with circles not squares. image

Server settings menu has gone back to the default Discord color. image

Update: Also the emote menu is back to white. image

This also when you click on a user. image

When you right click a message it shows the default color. image

I'll see if I can find anything else in the meantime thanks for updating this theme it's so clean.

pazuzu156 commented 6 years ago

Yup, I got it. I made an update to it yesterday as there was plenty more broken. I forgot a few things, which you seem to have found. I've also decided to sorta "redo" the code. It'll look and act exactly the same, just the building aspect will be different. I'll leave this issue open until I've fixed them. Thanks for the heads-up!

TUSK3N commented 6 years ago

I know this isn't about the bugs but before it was easy for me to use this Theme because I could do this Custom CSS

@import url("https://rawgit.com/pazuzu156/undead-discord/master/undead-discord.css");

and it would update itself everytime I restarted Discord and now it's not the same with your method :(

pazuzu156 commented 6 years ago

That's due to how I've reconstructed the development environment for the theme. Since it's using Sass now, it needs something to build it, and that's what I've done.

I've gone ahead and opened up a build branch with just the compiled CSS, so you can continue using the @import directive. Here's the rawgit URL: https://rawgit.com/pazuzu156/undead-discord/build/dist/undead-discord.min.css

I've tested this, and it's working. So it would work for you too.

TUSK3N commented 6 years ago

Thank you dude!

also

Avatars are currently circles in voice channels I think it used to be squares there also. image

Hovering over something shows the default blue boxes everywhere. image

Also when someone is playing something that has the playing status the profile changes to the standard blue one

image

image

The upper part of the profile.

pazuzu156 commented 6 years ago

The profile popup has always done that. I can change it to something else if you think it would look better.

As for blue on guild highlights, that should be fixed. If I failed to make an update to the build branch I'll fix that.

Are you running from the desktop app or a browser?

TUSK3N commented 6 years ago

I'm using the desktop app with BetterDiscord and I'm not sure if the profile showed up as blue before I'm pretty sure with this theme it way always dark on the profile except for the spotify playing status that has stayed green.

I updated it right now and it doesn't seem to be fixed so I guess it didn't work.

pazuzu156 commented 6 years ago

I'm building this using BeautifulDiscord, and haven't used BetterDiscord with the theme. I'll give it a go and see if there are any differences, but I recommend using BeautifulDiscord.

pazuzu156 commented 6 years ago

Closing this issue. Please re-open on GitLab if you still need it