13 lines
390 B
Plaintext
Raw Permalink Normal View History

2025-03-03 09:24:14 -08:00
// 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