summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-02-01 07:49:24 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-02-12 10:26:12 +0100
commit539e025464d98e166ae71ed909e065e470ac562c (patch)
tree72190b2e0c1ee2fa4d17c8e9b114c23ea48b5078 /.emacs.d
parent148e82aa321c5e77c538fbd0c669b77556787500 (diff)
downloaddotfiles-539e025464d98e166ae71ed909e065e470ac562c.tar.xz
Theme Magit process faces
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/eighters-theme.el3
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))))