Atom is a hackable text editor for the 21st Century. It's the greatest thing since sliced bread, but its logo perpetuates a stereotypical misrepresentation of atomic structure.
Electrons don't travel in elliptical orbits around a nucleus: They move wildly and unpredictably in what's called an orbital, with a high probability of being close to the nucleus at any give time.
Paradoxially, atoms themselves are "smaller" than light, so they literally cannot be observed. As such, this could be described as an absurdist exercise. Forgive me.
For more info about atoms (the particle, not the editor), I recommend watching Introduction to the atom , a fascinating and newb-friendly video from Khan Academy.
I tried to get a one-liner working here, but couldn't figure out how to download the ICNS directly from GitHub with cURL. So...
- Quit Atom
- Download atom.icns
- Overwrite
/Applications/Atom.app/Contents/Resources/atom.icns
Atom may cache the old icon, in which case you'll have to restart to see the new one.
Pull requests welcome!
OS X uses ICNS files. Use sips
to convert the PNG:
sips -s format icns atom.png --out atom.icns