quickbuild
Version:
A mature, feature-complete application generator with an emphasis on speed
13 lines (9 loc) • 390 B
text/less
// Git
// -------------------
// Used to color git status
.status { color: @text-color; }
.status-added { color: @text-color-success; } // green
.status-ignored { color: @text-color-subtle; } // faded
.status-modified { color: @text-color-warning; } // orange
.status-removed { color: @text-color-error; } // red
.status-renamed { color: @text-color-info; } // blue