diff options
author | Steve Purcell <steve@sanityinc.com> | 2014-12-05 16:22:09 +0000 |
---|---|---|
committer | Steve Purcell <steve@sanityinc.com> | 2014-12-05 16:22:55 +0000 |
commit | 30df70ab1b02a05b4fc1198c932c4536dd480ef1 (patch) | |
tree | 5432d3030efb569fb36302a5080761a3d61b927c /lisp/ledger-fonts.el | |
parent | 3d179c421363424e680aac055bb8c56cb66f17e8 (diff) | |
download | fork-ledger-30df70ab1b02a05b4fc1198c932c4536dd480ef1.tar.gz fork-ledger-30df70ab1b02a05b4fc1198c932c4536dd480ef1.tar.bz2 fork-ledger-30df70ab1b02a05b4fc1198c932c4536dd480ef1.zip |
Don't hard-code ledger-font-default-face to black
Diffstat (limited to 'lisp/ledger-fonts.el')
-rw-r--r-- | lisp/ledger-fonts.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ledger-fonts.el b/lisp/ledger-fonts.el index 0ac603b1..1dba7b4c 100644 --- a/lisp/ledger-fonts.el +++ b/lisp/ledger-fonts.el @@ -31,8 +31,8 @@ (defgroup ledger-faces nil "Ledger mode highlighting" :group 'ledger) (defface ledger-font-default-face - `((t :foreground "black" :weight normal)) - "Default face for automatic transactions" + `((t :inherit default)) + "Default face" :group 'ledger-faces) (defface ledger-font-auto-xact-face |