mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
ui: default theme: reduce highlighting noise in bottom border help
This commit is contained in:
parent
89712fe81d
commit
e52430bd62
@ -74,7 +74,7 @@ themesList = [
|
||||
(borderAttr <> "bold", white `on` black & bold),
|
||||
(borderAttr <> "query", cyan `on` black & bold),
|
||||
(borderAttr <> "depth", yellow `on` black & bold),
|
||||
(borderAttr <> "keys", white `on` black & bold),
|
||||
(borderAttr <> "keys", black `on` white & bold),
|
||||
(borderAttr <> "minibuffer", white `on` black & bold),
|
||||
-- ("normal" , black `on` white),
|
||||
("list" , black `on` white), -- regular list items
|
||||
|
Loading…
Reference in New Issue
Block a user