fix: cli: use black or white for banner & version, maximising legibility

This commit is contained in:
Simon Michael 2023-01-27 16:51:34 -10:00
parent 9381b46004
commit 53efb49c77

View File

@ -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