Created
July 10, 2013 12:13
-
-
Save voldyman/5965810 to your computer and use it in GitHub Desktop.
colors for bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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