guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: installer: Default foreground color to black.


From: Danny Milosavljevic
Subject: 01/01: installer: Default foreground color to black.
Date: Sun, 9 Jul 2017 16:29:50 -0400 (EDT)

dannym pushed a commit to branch wip-installer-2
in repository guix.

commit f46c8ac9eb6b64c626c0371a6a44c606057e206b
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Jul 9 22:29:21 2017 +0200

    installer: Default foreground color to black.
    
    * gurses/colors.scm (colors): Default foreground color to black.
---
 gurses/colors.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gurses/colors.scm b/gurses/colors.scm
index dc22a3e..c6c1d87 100644
--- a/gurses/colors.scm
+++ b/gurses/colors.scm
@@ -12,7 +12,7 @@
         (list 'normal COLOR_BLACK COLOR_WHITE)
         (list 'selected-menu-item COLOR_GREEN COLOR_BLUE)
         (list 'menu-item COLOR_BLACK COLOR_WHITE)
-        (list 'explanation COLOR_MAGENTA COLOR_WHITE)
+        (list 'explanation COLOR_BLACK COLOR_WHITE)
         (list 'form-field COLOR_BLUE COLOR_WHITE)))
 
 (define-public (color-index-by-symbol color)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]