fix: cli: use black or white for banner & version, maximising legibility
This commit is contained in:
parent
9381b46004
commit
53efb49c77
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user