For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.
- Install Xcode (Avaliable on the Mac App Store)
- Install Xcode Command Line Tools (Preferences > Downloads)
- Install depot_tools
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.gitsudo nano ~/.bash_profile
- Add
export PATH=/path/to/depot_tools:"$PATH"(it's important that depot_tools comes first here)