dotfiles/.atom/packages/atom-material-ui/styles/git.less

7 lines
200 B
Plaintext

.status { .text(normal); }
.status-added { .text(success); }
.status-ignored { .text(subtle); }
.status-modified { .text(warning); }
.status-removed { .text(error); }
.status-renamed { .text(info); }