improvement: externalized files
This commit is contained in:
8
src/sh/theme.sh
Normal file
8
src/sh/theme.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
GREEN="\033[1;32m"
|
||||
RED="\033[1;31m"
|
||||
WHITE="\033[1;97m"
|
||||
CYAN="\033[1;36m"
|
||||
STRIKE="\033[9m"
|
||||
ITALIC="\033[3m"
|
||||
FAINT="\033[2m"
|
||||
OFF="\033[m"
|
Reference in New Issue
Block a user