mirror of
https://github.com/atom/atom.git
synced 2026-02-06 20:55:33 -05:00
7 lines
255 B
Plaintext
7 lines
255 B
Plaintext
.status { .text(normal); }
|
|
.status-added { .text(success); } // green
|
|
.status-ignored { .text(subtle); } // faded
|
|
.status-modified { .text(warning); } // orange
|
|
.status-removed { .text(error); } // red
|
|
.status-renamed { .text(info); } // blue
|