Skip to content

Instantly share code, notes, and snippets.

@fn-alves
Last active October 30, 2017 00:27
Show Gist options
  • Save fn-alves/77156233148c2a4be6ecde917304db31 to your computer and use it in GitHub Desktop.
Save fn-alves/77156233148c2a4be6ecde917304db31 to your computer and use it in GitHub Desktop.
.colors
export COLOR_NC='\e[0m' # No Color
export COLOR_WHITE='\e[1;37m'
export COLOR_BLACK='\e[0;30m'
export COLOR_BLUE='\e[0;34m'
export COLOR_LIGHT_BLUE='\e[1;34m'
export COLOR_GREEN='\e[0;32m'
export COLOR_LIGHT_GREEN='\e[1;32m'
export COLOR_CYAN='\e[0;36m'
export COLOR_LIGHT_CYAN='\e[1;36m'
export COLOR_RED='\e[0;31m'
export COLOR_LIGHT_RED='\e[1;31m'
export COLOR_PURPLE='\e[0;35m'
export COLOR_LIGHT_PURPLE='\e[1;35m'
export COLOR_BROWN='\e[0;33m'
export COLOR_YELLOW='\e[1;33m'
export COLOR_GRAY='\e[0;30m'
export COLOR_LIGHT_GRAY='\e[0;37m'
export MY_COLOR_ORANGE='\e[38;5;202m'
export MY_COLOR_LIGHT_BLUE='\e[38;5;49m'
export MY_COLOR_GRAY='\e[38;5;8m'
# Created by fNxONE
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment