Add (guix colors).
authorLudovic Courtès <ludo@gnu.org>
Tue, 9 Apr 2019 20:39:26 +0000 (22:39 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 10 Apr 2019 10:40:58 +0000 (12:40 +0200)
commit5d9f9ad63191646a22dc80624227aa413a4894f0
treef1f7e017bc3bbd9465470712b835db4f0ef8d7c0
parent95207e70d561517c8db8992f61552004f8213b04
Add (guix colors).

* guix/colors.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/ui.scm (color-table, color, colorize-string): Remove.
* guix/status.scm (isatty?*, color-output? color-rules): Remove.
Makefile.am
guix/colors.scm [new file with mode: 0644]
guix/status.scm
guix/ui.scm