A Command-Line Tool for changing Slack's desktop app colors, like
To download and install, run the following code in your terminal:
curl https://raw.githubusercontent.com/dancalifornia/slack-theme-cli/master/slack-theme -O && sh slack-theme install && . ~/.bash_profileSee command break-down below:
SYNOPSIS
slack-theme
slack-theme day
slack-theme night
slack-theme night-mono
slack-theme aubergine
slack-theme aubergine-mono
slack-theme arc-dark
slack-theme midnight-blue
slack-theme midnight-blue-mono
slack-theme install
slack-theme uninstall
COMMANDS
day
Revert to Day Mode
night
Use Black CSS
night-mono
Use Night-Mono CSS
aubergine
Use Aubergine CSS
aubergine-mono
Use Aubergine-Mono CSS
arc-dark
Use Arc-Dark CSS
midnight-blue
Use Midnight-Blue CSS
midnight-blue-mono
Use Midnight-Blue-Mono CSSHuge thanks to:


