diff options
| -rw-r--r-- | soria-theme.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el index f112825..d29eb01 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -820,6 +820,17 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." `(magit-blame-date ((,class (:inherit magit-blame-heading)))) + ;; git-timemachine + + `(git-timemachine-commit + ((,class (:foreground ,soria-white :weight normal)))) + + `(git-timemachine-minibuffer-detail-face + ((,class (:foreground ,soria-yellow :weight normal)))) + + `(git-timemachine-minibuffer-author-face + ((,class (:foreground ,soria-blue :weight normal)))) + ;; diff `(diff-added |
