mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 19:31:44 +03:00
ui: style tweaks, white instead of cyan
This commit is contained in:
parent
42a4a4a7e4
commit
3dd2bfd01d
@ -172,7 +172,7 @@ asDraw UIState{aopts=uopts@UIOpts{cliopts_=copts@CliOpts{reportopts_=ropts}}
|
||||
ishistorical = balancetype_ ropts == HistoricalBalance
|
||||
|
||||
toplabel =
|
||||
files
|
||||
withAttr ("border" <> "filename") files
|
||||
-- <+> withAttr ("border" <> "query") (str (if flat_ ropts then " flat" else ""))
|
||||
<+> nonzero
|
||||
<+> str (if ishistorical then " accounts" else " account changes")
|
||||
|
@ -72,9 +72,10 @@ themesList = [
|
||||
("border" , white `on` black & dim)
|
||||
,("border" <> "bold" , currentAttr & bold)
|
||||
,("border" <> "depth" , fg yellow & bold)
|
||||
,("border" <> "filename" , currentAttr)
|
||||
,("border" <> "key" , fg brightWhite & bold)
|
||||
,("border" <> "minibuffer" , white `on` black & bold)
|
||||
,("border" <> "query" , fg cyan & bold)
|
||||
,("border" <> "query" , fg brightWhite & bold)
|
||||
,("border" <> "selected" , fg brightWhite & bold)
|
||||
,("error" , fg red)
|
||||
,("help" , white `on` black & dim)
|
||||
|
Loading…
Reference in New Issue
Block a user