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

24 lines
282 B
Plaintext
Raw Normal View History

2020-04-12 15:54:43 +00:00
.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;
}