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/mykeels/slack-theme-cli/master/slack-theme -O && bash slack-theme install && . ~/.profile
curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && bash slack-theme install && . ~/.bash_profile
curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && sudo bash ./slack-theme install && SILENT="$(source ~/.profile)"
If you use zsh as your shell environment, you might want to run this instead:
curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && SLACK_THEME_SHELL_PROFILE=~/.zshrc bash slack-theme install && . ~/.zshrc
curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && sudo SLACK_THEME_SHELL_PROFILE=~/.zshrc bash ./slack-theme install && SILENT="$(source ~/.zshrc)"
See 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 solarized-dark
slack-theme solarized-light
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 CSS
solarized-dark
Use Solarized-Dark CSS
solarized-light
Use Solarized-Light CSS
Huge thanks to: