mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
additional collor added
This commit is contained in:
@@ -463,7 +463,18 @@ Yellow='\033[0;33m' # Yellow
|
|||||||
Blue='\033[0;34m' # Blue
|
Blue='\033[0;34m' # Blue
|
||||||
Purple='\033[0;35m' # Purple
|
Purple='\033[0;35m' # Purple
|
||||||
Cyan='\033[0;36m' # Cyan
|
Cyan='\033[0;36m' # Cyan
|
||||||
White='\033[0;37m' # White
|
White='\033[0;97m' # White
|
||||||
|
|
||||||
|
# Additional colors
|
||||||
|
LGrey='\033[0;37m' # Ligth Gray
|
||||||
|
DGrey='\033[0;90m' # Dark Gray
|
||||||
|
LRed='\033[0;91m' # Ligth Red
|
||||||
|
LGreen='\033[0;92m' # Ligth Green
|
||||||
|
LYellow='\033[0;93m'# Ligth Yellow
|
||||||
|
LBlue='\033[0;94m' # Ligth Blue
|
||||||
|
LPurple='\033[0;95m'# Light Purple
|
||||||
|
LCyan='\033[0;96m' # Ligth Cyan
|
||||||
|
|
||||||
|
|
||||||
# Bold
|
# Bold
|
||||||
BBlack='\033[1;30m' # Black
|
BBlack='\033[1;30m' # Black
|
||||||
|
|||||||
Reference in New Issue
Block a user