Added some missing faces for xact amounts.
This commit is contained in:
parent
64c541a3d8
commit
0f9212071a
1 changed files with 10 additions and 0 deletions
|
|
@ -176,11 +176,21 @@
|
|||
"Face for Ledger accounts"
|
||||
:group 'ledger-faces)
|
||||
|
||||
(defface ledger-font-posting-amount-cleared-face
|
||||
`((t :inherit ledger-font-posting-account-cleared-face))
|
||||
"Face for Ledger accounts"
|
||||
:group 'ledger-faces)
|
||||
|
||||
(defface ledger-font-posting-account-pending-face
|
||||
`((t :inherit ledger-font-pending-face))
|
||||
"Face for Ledger accounts"
|
||||
:group 'ledger-faces)
|
||||
|
||||
(defface ledger-font-posting-amount-pending-face
|
||||
`((t :inherit ledger-font-posting-account-pending-face))
|
||||
"Face for Ledger accounts"
|
||||
:group 'ledger-faces)
|
||||
|
||||
(defface ledger-font-posting-amount-face
|
||||
`((t :foreground "#cb4b16" ))
|
||||
"Face for Ledger amounts"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue