slack-black-theme icon indicating copy to clipboard operation
slack-black-theme copied to clipboard

3.1.1 background is now white

Open jrausch12 opened this issue 6 years ago • 15 comments

This may be a possible duplicate issue. The background for 3.1.1 is now white using the instructions on the readme, adding in the custom.css file, and adding the small bit of code from https://github.com/widget-/slack-black-theme/issues/21#issuecomment-342551435

System is Windows 7 professional

jrausch12 avatar Apr 17 '18 15:04 jrausch12

same here. osx 10.12.6. sigh. slack sucks.

this thread should be used https://github.com/widget-/slack-black-theme/issues/48

the title of this one is more appropriate, but the other thread has info on how to fix. the comment by @mliq worked well for me.

mchodson avatar Apr 17 '18 16:04 mchodson

same with me

caiceA avatar Apr 17 '18 16:04 caiceA

on mac

caiceA avatar Apr 17 '18 16:04 caiceA

@mchodson that fix mentioned in #48 did not work for my system.

jrausch12 avatar Apr 17 '18 17:04 jrausch12

Yeah, this seems to be a new issue as of the latest slack update.

samb0t avatar Apr 17 '18 18:04 samb0t

Can confirm, but #48 fixed it for me.

david1602 avatar Apr 17 '18 18:04 david1602

One potential workaround is to add this to the customCustomCSS variable in index.js:

.c-virtual_list__scroll_container { background-color: <your color>; } *edit, I realized this is pretty much the #48 solution.

samb0t avatar Apr 17 '18 18:04 samb0t

Yep, issue has returned in 3.1.1 despite working for a bit. What a pain in the ass this software has become, can't even get a simple background change...

Morydees avatar Apr 17 '18 22:04 Morydees

The most recent comment on this issue addresses the problem.

Alternatively, I'm trying to keep this fork up-to-date as much as possible with the OneDark theme. Cleaned up a bunch of nuances and added a bash script that can be ran whenever the dark theme breaks after a slack update: https://github.com/d-fay/slack-black-theme#installing-into-slack

d-fay avatar Apr 17 '18 23:04 d-fay

d-fay's fix above worked great on 3.1.1 and offers some additional color options by changing the file text, thanks so much!

Morydees avatar Apr 18 '18 00:04 Morydees

Confirmed that @d-fay's fixed it!

ngesnetworks avatar Apr 18 '18 00:04 ngesnetworks

+1 for @d-fay 's fix

cha-kos avatar Apr 18 '18 16:04 cha-kos

@d-fay's fixed it! You rock m8!

tiagocedrim avatar Apr 19 '18 17:04 tiagocedrim

@d-fay I have implemented that fix, however my sidebars are now gray. Please advise.

jrausch12 avatar Apr 20 '18 13:04 jrausch12

@d-fay your fork points to the master branch's custom.css instead of your fork's copy; not sure if you intended that. But more to the point, can you change the cssPath from an http(s) URL to a local file? I tried to do so and it changed the main window but none of the other top/side panels.

taranu avatar Jun 04 '18 22:06 taranu