mikepenz / slack-dark-mode

Slack Dark Mode for macOS Mojave and Beyond

Home Page:https://laniksj.github.io/slack-dark-mode/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://laniksj.github.io/slack-dark-mode/

License:GNU General Public License v3.0


Languages

Language:CSS 97.2%Language:PowerShell 1.5%Language:Shell 1.1%Language:JavaScript 0.2%