Skip to content

Instantly share code, notes, and snippets.

{
"vars": {
"@gray-darker": "lighten(#000, 13.5%)",
"@gray-dark": "lighten(#000, 20%)",
"@gray": "lighten(#000, 33.5%)",
"@gray-light": "lighten(#000, 60%)",
"@gray-lighter": "lighten(#000, 93.5%)",
"@brand-primary": "#dd0077",
"@brand-success": "#5cb85c",
"@brand-info": "#5bc0de",
#!/bin/bash
# From https://gist.github.com/x3ro/6242017
# Modded by boTux for panopoly and drupal.
# We need the TAB character for SED (Mac OS X sed does not understand \t)
TAB="$(printf '\t')"
function abort {
echo "$(tput setaf 1)$1$(tput sgr0)"
exit 1