/ packages / atom-dark-ui / styles / git.less
git.less
1  .status { .text(normal); }
2  .status-added { .text(success); }
3  .status-ignored { .text(subtle); }
4  .status-modified { .text(warning); }
5  .status-removed { .text(error); }
6  .status-renamed { .text(info); }