[commit: ghc] wip/nfs-locking: Change default colours to fit both B-on-W and W-on-B terminals (1ff9ead)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:17:27 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/1ff9eadbf2daee253e62994dd0717c7f016f1548/ghc
>---------------------------------------------------------------
commit 1ff9eadbf2daee253e62994dd0717c7f016f1548
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sun Jun 12 19:58:12 2016 +0100
Change default colours to fit both B-on-W and W-on-B terminals
See #263.
>---------------------------------------------------------------
1ff9eadbf2daee253e62994dd0717c7f016f1548
src/UserSettings.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/UserSettings.hs b/src/UserSettings.hs
index 588f196..23380ce 100644
--- a/src/UserSettings.hs
+++ b/src/UserSettings.hs
@@ -102,8 +102,8 @@ verboseCommands = return False
-- | Customise build progress messages (e.g. executing a build command).
putBuild :: String -> Action ()
-putBuild = putColoured Vivid White
+putBuild = putColoured Dull Magenta
-- | Customise build success messages (e.g. a package is built successfully).
putSuccess :: String -> Action ()
-putSuccess = putColoured Vivid Green
+putSuccess = putColoured Dull Green
More information about the ghc-commits
mailing list