Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

slack theme, dark theme for slack, black theme slack black theme

Notifications You must be signed in to change notification settings

ngurney/slack-black-theme-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 

Repository files navigation

Slack Black Theme Night Mood - Mac Only

The Black Theme you'll fall in love with 😍

28 September 2018 Update:
- Resolved many cosmetic issues, download latest zip file from below

Theme Preview

screen shot 2018-09-09 at 22 27 00

First:

Download and INSTALL this font family https://www.fontsquirrel.com/fonts/lato

Second:

Go to Application and right click on Slack > Show Package Content Contents > Resources > app.asar.unpacked > src > static > ssb-interop.js

Replace your CURRENT ssb-interop.js File

With this

https://foxshift.com/slack-lato-font/ssb-interop.js.zip OR View file on GitHub

Third

Restart Slack & ENJOY !!! 🙌🏻

Other

Updating Slack will not cause this theme to reset! 🦁

Tips

Fix for hard to see unread channels

Add the following code to the end of the CSS section on your ssb-interop.js file:

.p-channel_sidebar__channel--unread:not(.p-channel_sidebar__channel--muted):not(.p-channel_sidebar__channel--selected) .p-channel_sidebar__name, .p-channel_sidebar__link--unread .p-channel_sidebar__name, .p-channel_sidebar__link--invites:not(.p-channel_sidebar__link--dim) .p-channel_sidebar__name{
border-left: 2px solid #ff5656;
padding-left: 6px;
height: 20px;
overflow: hidden;
line-height: 16px;
font-size: 17px;
}

PS this is my own customization of original theme

About

slack theme, dark theme for slack, black theme slack black theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%