summaryrefslogtreecommitdiff
path: root/lisp/ledger-fonts.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ledger-fonts.el')
-rw-r--r--lisp/ledger-fonts.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ledger-fonts.el b/lisp/ledger-fonts.el
index 3accff9b..d054a9b0 100644
--- a/lisp/ledger-fonts.el
+++ b/lisp/ledger-fonts.el
@@ -30,6 +30,11 @@
(defgroup ledger-faces nil "Ledger mode highlighting" :group 'ledger)
+(defface ledger-font-default-face
+ `((t :foreground "black" :weight normal))
+ "Default face for automatic transactions"
+ :group 'ledger-faces)
+
(defface ledger-font-auto-xact-face
`((t :foreground "orange" :weight normal))
"Default face for automatic transactions"