m-martinez / slack-darkmode

Script to modify your Slack installation to dark mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CSS 99.3%Language:Shell 0.7%