summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorJoonatan O'Rourke <joonatan.orourke@gmail.com>2016-11-09 00:31:26 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-12-09 07:37:12 +0200
commiteb0bafac9d3208daba5a3f744514a463ffd0e131 (patch)
tree8f08d8cbe476e06436e8a7c40782b3cd603b52cb /zenburn-theme.el
parent867df84d28c20ec8e11534029c87d9118624119e (diff)
Add missing ledger-mode faces
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 5319f68..849abb2 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -713,9 +713,13 @@ Also bind `class' to ((class color) (min-colors 89))."
;;;;; ledger-mode
`(ledger-font-payee-uncleared-face ((t (:foreground ,zenburn-red-1 :weight bold))))
`(ledger-font-payee-cleared-face ((t (:foreground ,zenburn-fg :weight normal))))
+ `(ledger-font-payee-pending-face ((t (:foreground ,zenburn-red :weight normal))))
`(ledger-font-xact-highlight-face ((t (:background ,zenburn-bg+1))))
+ `(ledger-font-auto-xact-face ((t (:foreground ,zenburn-yellow-1 :weight normal))))
+ `(ledger-font-periodic-xact-face ((t (:foreground ,zenburn-green :weight normal))))
`(ledger-font-pending-face ((t (:foreground ,zenburn-orange weight: normal))))
`(ledger-font-other-face ((t (:foreground ,zenburn-fg))))
+ `(ledger-font-posting-date-face ((t (:foreground ,zenburn-orange :weight normal))))
`(ledger-font-posting-account-face ((t (:foreground ,zenburn-blue-1))))
`(ledger-font-posting-account-cleared-face ((t (:foreground ,zenburn-fg))))
`(ledger-font-posting-account-pending-face ((t (:foreground ,zenburn-orange))))