ui: style tweaks, white instead of cyan

This commit is contained in:
Simon Michael 2018-10-23 06:47:30 -07:00
parent 42a4a4a7e4
commit 3dd2bfd01d
2 changed files with 3 additions and 2 deletions

View File

@ -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")

View File

@ -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)