Skip to content

Instantly share code, notes, and snippets.

@demisx
Created August 23, 2019 13:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demisx/5d7122adc9cfaa6b951da4d043154c9a to your computer and use it in GitHub Desktop.
Save demisx/5d7122adc9cfaa6b951da4d043154c9a to your computer and use it in GitHub Desktop.
# For macOS users (copy & paste all or one commands at a time)
# Last tested Slack version: 4.0.2
$ git clone https://github.com/LanikSJ/slack-dark-mode && \
cd slack-dark-mode && \
chmod +x slack-dark-mode.sh && \
./slack-dark-mode.sh && \
osascript -e 'tell application "Slack" to quit' && \
killall Slack && \
sleep 20 && \
open -a "/Applications/Slack.app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment