Skip to content

Script to modify your Slack installation to dark mode

Notifications You must be signed in to change notification settings

camtheperson/slack-darkmode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shell script to update your Slack app theme to dark mode

You'll need the asar NPM module to unpack the slack files to modifiy:

npm install -g asar

Usage:

> git clone https://github.com/m-martinez/slack-darkmode.git
> cd slack-darkmode
> sudo ./slack-darkmode

You need to run the shell script in sudo to modify your installed Slack application.

Troubleshooting

Slack reverted to old theme

This means that you Slack app auto-updated. Run the script again.

Acknowledgments

About

Script to modify your Slack installation to dark mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 99.3%
  • Shell 0.7%