dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.34k stars 325 forks source link

Generate .itermcolors file when calling wal. #584

Open SxC97 opened 3 years ago

SxC97 commented 3 years ago

This way the user can point iTerm2 to the file generated and every new terminal window generated will have the new theme without having to wait for the shell to load. The file will be regenerated when wal is called, thus keeping iterm's theme up to date. Taking a cursory glance at .itermcolors files, it looks like just an xml file so it shouldn't be too difficult to generate.