In Atom, the file icon next to the file count in the lower right corner is much too close to the numbers to be attractive.
I fixed this by editing my Atom styles.less file by adding:
a.github-ChangedFilesCount.inline-block span {
margin-right: 2.75px;
}To edit the file, click alt and it'll be under the File buttom at the top left of the screen.