Skip to content

Instantly share code, notes, and snippets.

@Just-a-Unity-Dev
Created July 15, 2022 03:36
Show Gist options
  • Save Just-a-Unity-Dev/822fcef2f5e100f7ce620ebeb71d4e92 to your computer and use it in GitHub Desktop.
Save Just-a-Unity-Dev/822fcef2f5e100f7ce620ebeb71d4e92 to your computer and use it in GitHub Desktop.
ANSI codes you can use
#!/bin/bash
NC="\033[0m"
RED="\033[0;31m"
GREEN="\033[0;32m"
ORANGE="\033[0;33m"
BLUE="\033[0;34m"
PURPLE="\033[0;35m"
CYAN="\033[0;36m"
LGRAY="\033[0;37m"
DGRAY="\033[1;30m"
LRED="\033[1;31m"
LGREEN="\033[1;32m"
YELLOW="\033[1;33m"
LBLUE="\033[1;34m"
LPURPLE="\033[1;35m"
LCYAN="\033[1;36m"
WHITE="\033[1;37m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment