diff options
Diffstat (limited to 'fakefetch.sh')
-rwxr-xr-x[-rw-r--r--] | fakefetch.sh | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/fakefetch.sh b/fakefetch.sh index b9c04ff..e6644d4 100644..100755 --- a/fakefetch.sh +++ b/fakefetch.sh @@ -34,12 +34,18 @@ DORANGE='\033[38;5;208m' GREEN='\033[38;5;46m' DGREEN='\033[38;5;34m' +RED='\033[38;5;1m' +DRED='\033[38;5;9m' + +PLUM='\033[38;5;181m' +DPLUM='\033[38;5;182m' + #Custom Colours -#BLACK='\033[38;5;0m' (replace the 0 with a colour from this list https://www.ditig.com/publications/256-colors-cheat-sheet ) +#BLACK='\033[38;5;0m' -#Change to your desired colour -Text=$ORANGE -Background=$DORANGE +#Change to your desired colour variable name +Text=$PLUM +Background=$DPLUM #----------------------------------------------------------------------------------# # Variables # |