slackthemes.net is a platform for browsing and sharing themes for Slack. It is not affiliated with Slack in any way or form; but it is a great tool, use it.
- Fork this project.
- Add your theme to the
data/themes.yml
file. - Create a pull request.
Themes consist of eight RGB hex colors as follows:
- Primary background color for the sidebar (variants are used for other elements)
- Header and footer to the sidebar
- Highlight color for current channel
- Text color for current channel
- Highlight color for channel selection
- Text color for non-current channels and other sidebar text
- User DM / online indicator
- Unread direct message indicator
- Fork this project.
- Install dependencies using
bundle install
- Make changes.
- Build the project using
bundle exec middleman build
- You can run a local webserver to test the project. (make sure to use the
./build
folder as your DocumentRoot). - Create a pull request.