diff --git a/hledger/Hledger/Cli/Commands.hs b/hledger/Hledger/Cli/Commands.hs index efa44a654..c11c2d0bc 100644 --- a/hledger/Hledger/Cli/Commands.hs +++ b/hledger/Hledger/Cli/Commands.hs @@ -154,8 +154,9 @@ _banner_speed = drop 1 ["" accent :: String -> String accent | not useColorOnStdout = id - | terminalIsLight == Just False = yellow -- . blackBg - | otherwise = green -- . blackBg + | terminalIsLight == Just False = brightWhite + | terminalIsLight == Just True = brightBlack + | otherwise = id highlightAddon = id