love/source/atom/ui-template/git.less

24 lines
282 B
Plaintext

.status {
color: @text-color;
}
.status-added {
color: @text-color-success;
}
.status-ignored {
color: @text-color-subtle;
}
.status-modified {
color: @text-color-warning;
}
.status-removed {
color: @text-color-error;
}
.status-renamed {
color: @text-color-info;
}