Skip to content

Commit

Permalink
Add the deep purple color
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Jun 2, 2020
1 parent 5e4a2b8 commit a9ac6d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wslu-header
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ light_cyan=$(echo -e '\e[1;36m')
light_gray=$(echo -e '\e[37m')
orange=$(echo -e '\e[38;5;202m')
light_orange=$(echo -e '\e[38;5;214m')
deep_purple=$(echo -e '\e[38;5;140m')
bold=$(echo -e '\033[1m')
reset=$(echo -e '\033(B\033[m')

Expand Down

0 comments on commit a9ac6d6

Please sign in to comment.