diff options
Diffstat (limited to 'lisp/ledger-fonts.el')
-rw-r--r-- | lisp/ledger-fonts.el | 6 |
1 files changed, 5 insertions, 1 deletions
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" |