branch: elpa/spacemacs-theme
commit 6f41a3321296c35c1b77660cf3956f07b3b68086
Merge: be01cae704 72f9a9f1d3
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #81 from jabranham/theme-ledger
ledger support
---
README.md | 2 ++
spacemacs-common.el | 6 ++++++
2 files changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 1716543542..3d3dc23a44 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,9 @@ Some of the supported modes are:
* helm
* ido
* info
+* ledger
* magit
+* mu4e
* neotree
* org
* and others :) more are coming!
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))))