branch: elpa/moe-theme
commit 8cfe4e44e44036c3d398f8fb1143bd49393b0904
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Add git-commit-mode. Fix issue #7.
---
README.md | 4 ++--
moe-dark-theme.el | 15 +++++++++++++++
moe-light-theme.el | 17 ++++++++++++++++-
3 files changed, 33 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index c90dd23dad..ee75850a95 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,8 @@
`moe-theme.el` provide good-looking[tm] and quite fully-supported font-faces
for various modes, include:
* Dired/Dired+
* ERC/rcirc
-* Eshell
-* Helm
+* Eshell/Ansi-term
+* Helm/ido
* Org-mode
* Magit
* Markdown-mode
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 8b65e0194e..9be3a04eb8 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -338,6 +338,21 @@ Moe, moe, kyun!")
`(magit-valid-signature ((,class (:foreground ,cyan-1 :background ,black-5
:bold t))))
`(magit-whitespace-warning-face ((,class (:foreground ,white-0 :background
,red-3 :bold t))))
+ ;; git-commit-mode
+ `(git-commit-branch-face ((,class (:foreground ,orange-2))))
+ `(git-commit-comment-action-face ((,class (:foreground ,orange-2))))
+ `(git-commit-comment-file-face ((,class (:foreground ,magenta-2))))
+ `(git-commit-comment-heading-face ((,class (:foreground ,green-01
:background nil))))
+ `(git-commit-known-pseudo-header-face ((,class (:foreground ,green-1))))
+ `(git-commit-no-branch-face ((,class (:foreground ,orange-3))))
+ `(git-commit-nonempty-second-line-face ((,class (:foreground ,red-2))))
+ `(git-commit-note-face ((,class (:foreground ,cyan-3))))
+ `(git-commit-overlong-summary-face ((,class (:foreground ,red-2))))
+ `(git-commit-pseudo-header-face ((,class (:foreground ,magenta-3))))
+ `(git-commit-summary-face ((,class (:foreground ,blue-1))))
+ `(git-rebase-description-face ((,class (:foreground ,black-3))))
+ `(git-rebase-killed-action-face ((,class (:foreground ,black-3))))
+
;; Message faces
`(message-header-name ((,class (:foreground ,blue-1))))
`(message-header-cc ((,class (:foreground ,yellow-3))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 41c3b874c1..332a5f9eea 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -336,7 +336,22 @@ Moe, moe, kyun!")
`(magit-section-title ((,class (:foreground ,orange-3 :background ,LIGHT_BG
:underline ,orange-3 :bold ,t))))
`(magit-valid-signature ((,class (:foreground ,cyan-3 :background ,LIGHT_BG
:bold t))))
`(magit-whitespace-warning-face ((,class (:foreground ,white-0 :background
,red-2 :bold t))))
-
+
+ ;; git-commit-mode
+ `(git-commit-branch-face ((,class (:foreground ,orange-2))))
+ `(git-commit-comment-action-face ((,class (:foreground ,orange-2))))
+ `(git-commit-comment-file-face ((,class (:foreground ,magenta-2))))
+ `(git-commit-comment-heading-face ((,class (:foreground ,green-4
:background ,green-00))))
+ `(git-commit-known-pseudo-header-face ((,class (:foreground ,green-2))))
+ `(git-commit-no-branch-face ((,class (:foreground ,orange-3))))
+ `(git-commit-nonempty-second-line-face ((,class (:foreground ,red-2))))
+ `(git-commit-note-face ((,class (:foreground ,cyan-3))))
+ `(git-commit-overlong-summary-face ((,class (:foreground ,red-2))))
+ `(git-commit-pseudo-header-face ((,class (:foreground ,magenta-3))))
+ `(git-commit-summary-face ((,class (:foreground ,blue-2))))
+ `(git-rebase-description-face ((,class (:foreground ,white-3))))
+ `(git-rebase-killed-action-face ((,class (:foreground ,white-3))))
+
;; Message faces
`(message-header-name ((,class (:foreground ,blue-3))))
`(message-header-cc ((,class (:foreground ,yellow-3))))