imp: cli: non-bold version string
This commit is contained in:
parent
dc35fd173b
commit
7a636dd428
@ -153,8 +153,8 @@ _banner_speed = drop 1 [""
|
|||||||
-- picking one that will contrast with the current terminal background colour.
|
-- picking one that will contrast with the current terminal background colour.
|
||||||
accent :: String -> String
|
accent :: String -> String
|
||||||
accent
|
accent
|
||||||
| terminalIsLight == Just False = bold . yellow -- . blackBg
|
| terminalIsLight == Just False = yellow -- . blackBg
|
||||||
| otherwise = bold . green -- . blackBg
|
| otherwise = green -- . blackBg
|
||||||
|
|
||||||
highlightAddon = id
|
highlightAddon = id
|
||||||
|
|
||||||
@ -179,7 +179,7 @@ highlightAddon = id
|
|||||||
commandsList :: String -> [String] -> Bool -> [String]
|
commandsList :: String -> [String] -> Bool -> [String]
|
||||||
commandsList progversion othercmds highlight =
|
commandsList progversion othercmds highlight =
|
||||||
(if highlight then (map (\s -> if "+" `isPrefixOf` s then highlightAddon (' ' : drop 1 s) else s)) else id) $
|
(if highlight then (map (\s -> if "+" `isPrefixOf` s then highlightAddon (' ' : drop 1 s) else s)) else id) $
|
||||||
map accent _banner_smslant ++ [
|
map (bold.accent) _banner_smslant ++ [
|
||||||
-- keep synced with hledger.m4.md > PART 4: COMMANDS, Hledger/Cli/Commands > commands.m4 -->
|
-- keep synced with hledger.m4.md > PART 4: COMMANDS, Hledger/Cli/Commands > commands.m4 -->
|
||||||
-----------------------------------------80-------------------------------------
|
-----------------------------------------80-------------------------------------
|
||||||
""
|
""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user