Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

mikepenz/slack-dark-mode

 
 

Slack Dark Mode for macOS Mojave and Beyond

Build Status Dependabot Status Known Vulnerabilities

Purpose

Store scripts and Style sheets for Slack Dark Mode for macOS Mojave.
Dark Mode in Slack isn't available as of this writing.

Notice

Due to the changes in Slack 4.0+ this project will not be compatible with Slack Version 3.4 or below.
If you're looking for 3.4.x compatible settings please refer to this.

Usage

Codacy Badge codecov

For macOS Users:

$ 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 60 && open -a "/Applications/Slack.app"

or to update CSS only:

$ git clone https://github.com/LanikSJ/slack-dark-mode && cd slack-dark-mode \
&& chmod +x slack-dark-mode.sh && ./slack-dark-mode.sh -u \
&& osascript -e 'tell application "Slack" to quit' \
&& killall Slack && sleep 60 && open -a "/Applications/Slack.app"

For Windows Users:

PS ~/> git clone https://github.com/LanikSJ/slack-dark-mode
PS ~/> cd slack-dark-mode; .\slack-dark-mode.ps1

or to update CSS only:

PS ~/> git clone https://github.com/LanikSJ/slack-dark-mode
PS ~/> cd slack-dark-mode; .\slack-dark-mode.ps1 -UpdateOnly

Screenshot

Screenshot

Attributions

Some scripts were "borrowed" from mmrko Gist
©️ All rights reserved by the original authors.

Bugs

Please report any bugs or issues you find. Thanks!

License

GPLv3 License

Donate

Patreon

About

Slack Dark Mode for macOS Mojave and Beyond

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 97.2%
  • PowerShell 1.5%
  • Shell 1.1%
  • JavaScript 0.2%