diff options
| -rw-r--r-- | .emacs.d/eighters-theme.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 32a6a39..3f27325 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -412,10 +412,13 @@ `(magit-branch-local ((t (:foreground ,fg-blue)))) `(magit-branch-remote ((t (:foreground ,fg-green-dim)))) `(magit-branch-remote-head ((t (:inverse-video t :inherit magit-branch-remote)))) + `(magit-process-ng ((t (:inherit error)))) + `(magit-process-ok ((t (:inherit success)))) `(magit-log-date ((t (:inherit eighters-date)))) `(magit-hash ((t (:inherit shadow)))) `(magit-log-author ((t (:inherit eighters-identity)))) `(magit-log-graph ((t (:inherit eighters-markup)))) + `(magit-mode-line-process ((t (:inherit compilation-mode-line-run)))) ;; FIXME: Teach magit-section overlays to de-prioritize their ;; :background so that tags can have one. `(magit-tag ((t (:foreground ,fg-yellow)))) |
