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
78
78
themesList :: [(String , AttrMap )]
79
79
themesList = [
80
80
-- the default theme, "light", defined in terms of the 240-color palette
81
- (" default " , attrMap (black8 `on` white8) [
81
+ (" light " , attrMap (black8 `on` white8) [
82
82
(attrName " border" , white8 `on` black8 & dim)
83
83
, (attrName " border" <> attrName " bold" , currentAttr & bold)
84
84
, (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:
53
53
Flags:
54
54
\- w \-\- watch watch for data and date changes and reload
55
55
automatically
56
- \-\- theme=THEME use this custom display theme (default ,
56
+ \-\- theme=THEME use this custom display theme (light ,
57
57
greenterm, terminal, dark)
58
58
\-\- cash start in the cash accounts screen
59
59
\-\- 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:
66
66
Flags:
67
67
-w --watch watch for data and date changes and reload
68
68
automatically
69
- --theme=THEME use this custom display theme (default ,
69
+ --theme=THEME use this custom display theme (light ,
70
70
greenterm, terminal, dark)
71
71
--cash start in the cash accounts screen
72
72
--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:
58
58
Flags:
59
59
-w --watch watch for data and date changes and reload
60
60
automatically
61
- --theme=THEME use this custom display theme (default ,
61
+ --theme=THEME use this custom display theme (light ,
62
62
greenterm, terminal, dark)
63
63
--cash start in the cash accounts screen
64
64
--bs start in the balance sheet accounts screen
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ OPTIONS
44
44
Flags:
45
45
-w --watch watch for data and date changes and reload
46
46
automatically
47
- --theme=THEME use this custom display theme (default ,
47
+ --theme=THEME use this custom display theme (light ,
48
48
greenterm, terminal, dark)
49
49
--cash start in the cash accounts screen
50
50
--bs start in the balance sheet accounts screen
You can’t perform that action at this time.
0 commit comments