diff options
| -rw-r--r-- | .emacs.d/eighters-theme.el | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 79a7962..b4d597d 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -308,6 +308,7 @@ `(org-drawer ((t (:inherit shadow)))) `(org-ellipsis ((t (:inherit shadow)))) `(org-special-keyword ((t (:inherit shadow)))) + `(org-tag ((t (:inherit font-lock-constant-face)))) `(org-todo ((t (:inherit error)))) `(org-verbatim ((t (:foreground ,fg-magenta-dim :inherit fixed-pitch-serif)))) `(region ((t (:background ,bg-blue-dim)))) @@ -416,6 +417,16 @@ `(magit-diffstat-removed ((t (:foreground ,fg-red)))) `(magit-diff-added ((t (:foreground ,fg-dim :inherit diff-added)))) `(magit-diff-added-highlight ((t (:background ,bg-blue-dim)))) - `(magit-diffstat-added ((t (:foreground ,fg-blue)))))) + `(magit-diffstat-added ((t (:foreground ,fg-blue)))) +;;;;; Git commit. + `(git-commit-comment-action ((t (:inherit eighters-title-3)))) + `(git-commit-comment-branch-local ((t (:inherit magit-branch-local)))) + `(git-commit-comment-branch-remote ((t (:inherit magit-branch-remote)))) + `(git-commit-comment-file ((t (:foreground ,fg-dim)))) + `(git-commit-comment-heading ((t (:inherit eighters-title-2)))) + `(git-commit-keyword ((t (:inherit font-lock-constant-face)))) + `(git-commit-known-pseudo-header ((t (:inherit message-header-name)))) + `(git-commit-summary ((t (:inherit eighters-title-1)))) + `(git-commit-pseudo-header ((t (:inherit eighters-identity)))))) (provide-theme 'eighters) |
