Added some missing faces for xact amounts.

This commit is contained in:
Craig Earls 2014-09-10 07:11:09 -07:00
parent 64c541a3d8
commit 0f9212071a

View file

@ -176,11 +176,21 @@
"Face for Ledger accounts" "Face for Ledger accounts"
:group 'ledger-faces) :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 (defface ledger-font-posting-account-pending-face
`((t :inherit ledger-font-pending-face)) `((t :inherit ledger-font-pending-face))
"Face for Ledger accounts" "Face for Ledger accounts"
:group 'ledger-faces) :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 (defface ledger-font-posting-amount-face
`((t :foreground "#cb4b16" )) `((t :foreground "#cb4b16" ))
"Face for Ledger amounts" "Face for Ledger amounts"