branch: elpa/spacemacs-theme
commit bdd33965d22bda4f500bbf1faf06288c3f4057a7
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
Theme ledger-mode
---
spacemacs-common.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 7c73006bef..7a99bee095 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -476,6 +476,12 @@
`(font-latex-string-face ((,class (:foreground ,str))))
`(font-latex-warning-face ((,class (:foreground ,war))))
+;;;;; ledger-mode
+ `(ledger-font-directive-face ((,class (:foreground ,meta))))
+ `(ledger-font-posting-amount-face ((,class (:foreground ,yellow))))
+ `(ledger-font-posting-date-face ((,class (:foreground ,head1))))
+ `(ledger-occur-xact-face ((,class (:background ,bg2))))
+
;;;;; linum-mode
`(linum ((,class (:foreground ,lnum :background ,bg2))))