Fix bug 1051 ledger-posting-amount-face doesn't work
This commit is contained in:
parent
e7ed889872
commit
1c6e7f410b
1 changed files with 7 additions and 0 deletions
|
|
@ -75,6 +75,11 @@
|
||||||
"Face for Ledger amounts"
|
"Face for Ledger amounts"
|
||||||
:group 'ledger-faces)
|
:group 'ledger-faces)
|
||||||
|
|
||||||
|
(defface ledger-font-posting-date-face
|
||||||
|
`((t :foreground "#cb4b16" ))
|
||||||
|
"Face for Ledger dates"
|
||||||
|
:group 'ledger-faces)
|
||||||
|
|
||||||
(defface ledger-occur-narrowed-face
|
(defface ledger-occur-narrowed-face
|
||||||
`((t :foreground "grey70" :invisible t ))
|
`((t :foreground "grey70" :invisible t ))
|
||||||
"Default face for Ledger occur mode hidden transactions"
|
"Default face for Ledger occur mode hidden transactions"
|
||||||
|
|
@ -117,6 +122,8 @@
|
||||||
;; ledger-font-other-face)
|
;; ledger-font-other-face)
|
||||||
(,ledger-comment-regex 0
|
(,ledger-comment-regex 0
|
||||||
'ledger-font-comment-face)
|
'ledger-font-comment-face)
|
||||||
|
(,ledger-amount-regex 0
|
||||||
|
'ledger-font-posting-amount-face)
|
||||||
(,ledger-multiline-comment-regex 0 'ledger-font-comment-face)
|
(,ledger-multiline-comment-regex 0 'ledger-font-comment-face)
|
||||||
(,ledger-payee-pending-regex 2
|
(,ledger-payee-pending-regex 2
|
||||||
'ledger-font-payee-pending-face) ; Works
|
'ledger-font-payee-pending-face) ; Works
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue