summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorP.C. Shyamshankar <sykora@lucentbeing.com>2014-09-17 19:48:34 -0400
committerP.C. Shyamshankar <sykora@lucentbeing.com>2014-09-17 19:48:34 -0400
commitbcf96ae6a31c775b3782f032188548fd012bb36d (patch)
tree8523252c08f602dd2db5979457d5fba3e10c1df9 /lisp
parent7c18ba8d7c704595268616b740833c88e93b51f3 (diff)
downloadfork-ledger-bcf96ae6a31c775b3782f032188548fd012bb36d.tar.gz
fork-ledger-bcf96ae6a31c775b3782f032188548fd012bb36d.tar.bz2
fork-ledger-bcf96ae6a31c775b3782f032188548fd012bb36d.zip
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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ledger-fonts.el6
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"