summaryrefslogtreecommitdiff
path: root/lisp/ldg-fonts.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ldg-fonts.el')
-rw-r--r--lisp/ldg-fonts.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ldg-fonts.el b/lisp/ldg-fonts.el
index 6032e361..62192881 100644
--- a/lisp/ldg-fonts.el
+++ b/lisp/ldg-fonts.el
@@ -31,6 +31,11 @@
"Default face for cleared (*) transactions"
:group 'ledger-faces)
+(defface ledger-font-highlight-face
+ `((t :background "#003366" :weight normal ))
+ "Default face for transaction under point"
+ :group 'ledger-faces)
+
(defface ledger-font-pending-face
`((t :foreground "yellow" :weight normal ))
"Default face for pending (!) transactions"