- Click your profile picture in the bottom left.
 - Go to Preferences → Themes
 - Click on "Import theme" and paste the following string:
 
#1E1E2E,#CBA6F7,#A6E3A1,#FAB387
| #!/bin/bash | |
| SUMMARY=$(find . -name "node_modules" -type d -prune -print | xargs du -chs) | |
| if [ -z "$SUMMARY" ]; then | |
| echo "👍 No node_modules directories found!" | |
| exit 0 | |
| fi | |
| echo -e "👇 The following projects has a \"node_modules\" directory:\n" | 
| #!/bin/bash | |
| launchctl stop com.apple.Dock.agent | |
| launchctl start com.apple.Dock.agent | 
#1E1E2E,#CBA6F7,#A6E3A1,#FAB387