polyjitter / Discord-Prism

A transparent glass-like theme for Discord with support for your own background.
MIT License
3 stars 18 forks source link

Channel background is no longer transparent. #7

Open BlackLotusLV opened 7 years ago

BlackLotusLV commented 7 years ago

Its the regular discord grey one. Latest update added the locked icon to certain text channels.

ThatOneWolfie commented 7 years ago

Confirmed not working. brokediscord

polyjitter commented 7 years ago

Don't have time to work on the theme, sorry. There are other transparent themes that are better than mine.

On Thu, Jun 8, 2017, 3:29 PM Wolfie notifications@github.com wrote:

Confirmed not working. [image: brokediscord] https://user-images.githubusercontent.com/23727876/26947045-debaf8dc-4c56-11e7-97b1-c8aa262427cd.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eye-sigil/Discord-Prism/issues/7#issuecomment-307203861, or mute the thread https://github.com/notifications/unsubscribe-auth/ARScQFvZqh5ODE7YF8H3_YHplBShsQHXks5sCEuYgaJpZM4NuD8x .

Enriath commented 7 years ago

To get this to work (it's a little bit of a hack), change line 51 of prism.css from .theme-dark .channel-members { to .theme-dark .channel-members, .channels-wrap > div {. There doesn't seem to be another way to do this, as the classes for the channels background look to be some auto-generated garbage now, and one of those containers sets the background-color.