Skip to content

Instantly share code, notes, and snippets.

@voldyman
Created July 10, 2013 12:13
Show Gist options
  • Save voldyman/5965810 to your computer and use it in GitHub Desktop.
Save voldyman/5965810 to your computer and use it in GitHub Desktop.
colors for bash
BOLD=$(tput bold)
RESET=$(tput sgr0)
SOLAR_RED=$(tput setaf 1)
SOLAR_GREEN=$(tput setaf 2)
SOLAR_YELLOW=$(tput setaf 3)
SOLAR_BLUE=$(tput setaf 4)
SOLAR_MAGENTA=$(tput setaf 5)
SOLAR_CYAN=$(tput setaf 6)
SOLAR_WHITE=$(tput setaf 7)
SOLAR_ORANGE=$(tput setaf 4)
SOLAR_VIOLET="\e[0;35m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment