Skip to content

Commit c2dd3b7

Browse files
committed
;feat: ui: Rename the default theme 'light' (#2168)
Fixes: #2168. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent d0adc7d commit c2dd3b7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

hledger-ui/Hledger/UI/Theme.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ selectNeg = yellow8 `on` red8 & reverseVideo -- & bold
7878
themesList :: [(String, AttrMap)]
7979
themesList = [
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)

hledger-ui/hledger-ui.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ hledger\-ui provides the following options:
5353
Flags:
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

hledger-ui/hledger-ui.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ hledger-ui provides the following options:
6666
Flags:
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

hledger-ui/hledger-ui.m4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ hledger-ui provides the following options:
5858
Flags:
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

hledger-ui/hledger-ui.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)