From 0f9212071ac65b9af46187c03adeecc3a76acaa8 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Wed, 10 Sep 2014 07:11:09 -0700 Subject: Added some missing faces for xact amounts. --- lisp/ledger-fonts.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lisp/ledger-fonts.el') diff --git a/lisp/ledger-fonts.el b/lisp/ledger-fonts.el index b5495460..31cba9bf 100644 --- a/lisp/ledger-fonts.el +++ b/lisp/ledger-fonts.el @@ -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" -- cgit v1.2.3