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 :: String -> String
|
||||||
accent
|
accent
|
||||||
| not useColorOnStdout = id
|
| not useColorOnStdout = id
|
||||||
| terminalIsLight == Just False = yellow -- . blackBg
|
| terminalIsLight == Just False = brightWhite
|
||||||
| otherwise = green -- . blackBg
|
| terminalIsLight == Just True = brightBlack
|
||||||
|
| otherwise = id
|
||||||
|
|
||||||
highlightAddon = id
|
highlightAddon = id
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user