this repo has no description
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix color definitions

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>

+7 -7
+7 -7
shlide
··· 9 9 # Copyright (c) 2020 Anirudh Oppiliappan <x@icyphox.sh> 10 10 11 11 # Color definitions. 12 - export BLK="\e[38;5;30m" 13 - export RED="\e[38;5;31m" 14 - export GRN="\e[38;5;32m" 15 - export YLW="\e[38;5;33m" 16 - export BLU="\e[38;5;34m" 17 - export PUR="\e[38;5;35m" 18 - export CYN="\e[38;5;36m" 12 + export BLK="\e[30m" 13 + export RED="\e[31m" 14 + export GRN="\e[32m" 15 + export YLW="\e[33m" 16 + export BLU="\e[34m" 17 + export PUR="\e[35m" 18 + export CYN="\e[36m" 19 19 export RST="\e[0m" 20 20 21 21 # Other formatting.