We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f20c13 commit 60a619fCopy full SHA for 60a619f
bin/colors
@@ -0,0 +1,13 @@
1
+#!/usr/bin/env bash
2
+
3
+set -euo pipefail
4
5
+echo -e "\033[0mNC (No color)"
6
+echo -e "\033[1;37mWHITE\t\033[0;30mBLACK"
7
+echo -e "\033[0;34mBLUE\t\033[1;34mLIGHT_BLUE"
8
+echo -e "\033[0;32mGREEN\t\033[1;32mLIGHT_GREEN"
9
+echo -e "\033[0;36mCYAN\t\033[1;36mLIGHT_CYAN"
10
+echo -e "\033[0;31mRED\t\033[1;31mLIGHT_RED"
11
+echo -e "\033[0;35mPURPLE\t\033[1;35mLIGHT_PURPLE"
12
+echo -e "\033[0;33mYELLOW\t\033[1;33mLIGHT_YELLOW"
13
+echo -e "\033[1;30mGRAY\t\033[0;37mLIGHT_GRAY"
0 commit comments