Skip to content

Instantly share code, notes, and snippets.

View jonnysandu's full-sized avatar

Jonny Sandu jonnysandu

View GitHub Profile

How to add the dark theme to slack

  1. Locate Slack's ssb-interop.js file
    • For PC users, go to your version (your own username and current app version) of C:\Users\username\AppData\Local\slack\app-3.1.0\resources\app.asar.unpacked\src\static Note that if your slack client updates (it does this quietly without telling you), you'll need to do this process again for the updated version.
    • For Linux users, using the slack desktop (beta) navigate to /lib/slack/resources/app.asar.unpacked/src/static
    • Mac users, go to your version of /Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static
  2. open ssb-interop.js with your editor of choice.