From bcf96ae6a31c775b3782f032188548fd012bb36d Mon Sep 17 00:00:00 2001 From: "P.C. Shyamshankar" Date: Wed, 17 Sep 2014 19:48:34 -0400 Subject: Add face definition for `ledger-font-payee-pending-face'. Ledger fontifies payees on pending transactions using the aptly named `ledger-font-payee-pending-face' face, despite that face not actually being defined. This patch fixes that. --- lisp/ledger-fonts.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ledger-fonts.el b/lisp/ledger-fonts.el index 31cba9bf..f8ca3fa6 100644 --- a/lisp/ledger-fonts.el +++ b/lisp/ledger-fonts.el @@ -65,12 +65,16 @@ "Default face for cleared (*) payees" :group 'ledger-faces) +(defface ledger-font-payee-pending-face + `((t :foreground "#F24B61" :weight normal)) + "Default face for pending (!) payees" + :group 'ledger-faces) + (defface ledger-font-xact-highlight-face `((t :inherit ledger-occur-xact-face)) "Default face for transaction under point" :group 'ledger-faces) - (defface ledger-font-pending-face `((t :foreground "#cb4b16" :weight normal )) "Default face for pending (!) transactions" -- cgit v1.2.3