diff options
-rw-r--r-- | lisp/ldg-fonts.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-fonts.el b/lisp/ldg-fonts.el index 76bfc03d..3a7d1e0a 100644 --- a/lisp/ldg-fonts.el +++ b/lisp/ldg-fonts.el @@ -38,7 +38,7 @@ :group 'ledger-faces) (defface ledger-font-highlight-face - `((t :background "white")) + `((t :background "#eee8d5")) "Default face for transaction under point" :group 'ledger-faces) |