File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ selectNeg = yellow8 `on` red8 & reverseVideo -- & bold
7878themesList :: [(String , AttrMap )]
7979themesList = [
8080 -- the default theme, "light", defined in terms of the 240-color palette
81- (" default " , attrMap (black8 `on` white8) [
81+ (" light " , attrMap (black8 `on` white8) [
8282 (attrName " border" , white8 `on` black8 & dim)
8383 , (attrName " border" <> attrName " bold" , currentAttr & bold)
8484 , (attrName " border" <> attrName " depth" , active8)
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ hledger\-ui provides the following options:
5353Flags:
5454 \- w \-\- watch watch for data and date changes and reload
5555 automatically
56- \-\- theme=THEME use this custom display theme (default ,
56+ \-\- theme=THEME use this custom display theme (light ,
5757 greenterm, terminal, dark)
5858 \-\- cash start in the cash accounts screen
5959 \-\- bs start in the balance sheet accounts screen
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ hledger-ui provides the following options:
6666Flags:
6767 -w --watch watch for data and date changes and reload
6868 automatically
69- --theme=THEME use this custom display theme (default ,
69+ --theme=THEME use this custom display theme (light ,
7070 greenterm, terminal, dark)
7171 --cash start in the cash accounts screen
7272 --bs start in the balance sheet accounts screen
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ hledger-ui provides the following options:
5858Flags:
5959 -w --watch watch for data and date changes and reload
6060 automatically
61- --theme=THEME use this custom display theme (default ,
61+ --theme=THEME use this custom display theme (light ,
6262 greenterm, terminal, dark)
6363 --cash start in the cash accounts screen
6464 --bs start in the balance sheet accounts screen
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ OPTIONS
4444 Flags:
4545 -w --watch watch for data and date changes and reload
4646 automatically
47- --theme=THEME use this custom display theme (default ,
47+ --theme=THEME use this custom display theme (light ,
4848 greenterm, terminal, dark)
4949 --cash start in the cash accounts screen
5050 --bs start in the balance sheet accounts screen
You can’t perform that action at this time.
0 commit comments