- Open Slack Preferences
- Select
Sidebar Themes
- Click the link
customize your theme and share it with others
- In the text field below the color pickers, paste this code
#272822,#383933,#66C9EF,#F8F8F2,#75715E,#C1C1C1,#A6E22E,#F92672
""" | |
Migration Tool for Ember-cli | |
---------------------------- | |
**This will NOT change any paths in the files. It only does a naive | |
copy of the file itself.** | |
Moves all the files from the "rails" directory structure: | |
|- controllers/ | |
| |- index.js |
#!/bin/bash | |
# | |
# DESCRIPTION: | |
# Customized to look beautiful using the molokai terminal theme | |
# | |
# Set the bash prompt according to: | |
# * the active virtualenv | |
# * the branch/status of the current git repository | |
# * the return value of the previous command | |
# * the fact you just came from Windows and are used to having newlines in |