diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-25 13:36:37 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-25 13:36:37 +0100 |
| commit | 161c8e92c2fa2f26fdc8752e2ecec5ef4e44b43b (patch) | |
| tree | 47b63b2fb5066ba1635969e90993edbef57c651f | |
| parent | cb9fe4cad59295be8852449da760a7867cfcc4d6 (diff) | |
| download | soria-161c8e92c2fa2f26fdc8752e2ecec5ef4e44b43b.tar.gz soria-161c8e92c2fa2f26fdc8752e2ecec5ef4e44b43b.zip | |
Added support for git-timemachine
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -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 |
