solarized-slack
Solarized (dark) theme for slack that includes the message elements instead of just the sidebar.
Quick Start
- Download Slack. This can be done through brew:
brew cask install slack
- Open Slack.
- Open a terminal and run the command
sh -c "$(curl -fsSL https://raw.githubusercontent.com/chattahippie/solarized-slack/master/scripts/solarize-slack.sh)"
- Reload Slack (CMD-R)
- Enjoy!
How it works
This fork of solarized-slack installs a hook into Slack's code to inject CSS into the main window. The CSS that is used is also downloaded into the client, so no files are downloaded when Slack is opened.
References
- The CSS is based on laCour/slack-night-mode
- The CSS is compiled from chattahippie/slack-night-mode
- Hex values from solarized cheat sheet
- glostis for the solarized-dark theme for slack-night-mode