diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-04-01 13:41:52 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-01 18:01:06 +0200 |
commit | 2a363bb5d38ebe3d354ccf7ee5953e8266822dad (patch) | |
tree | cfe84b00a23d5a5030fe10039359cfea51061d8d /guix/colors.scm | |
parent | c1093dc7a6d069091d22a3d8b5928e0c0fce273a (diff) |
weather: Colorize the output.
* guix/colors.scm (coloring-procedure): Export.
* guix/scripts/weather.scm (report-server-coverage): Highlight the
server name and colorize the availability ratio.
Diffstat (limited to 'guix/colors.scm')
-rw-r--r-- | guix/colors.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/colors.scm b/guix/colors.scm index ae0a583d94..567c822c73 100644 --- a/guix/colors.scm +++ b/guix/colors.scm @@ -29,6 +29,7 @@ #:export (color color? + coloring-procedure colorize-string highlight highlight/warn |