aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-01-25 13:36:37 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2019-01-25 13:36:37 +0100
commit161c8e92c2fa2f26fdc8752e2ecec5ef4e44b43b (patch)
tree47b63b2fb5066ba1635969e90993edbef57c651f /soria-theme.el
parentcb9fe4cad59295be8852449da760a7867cfcc4d6 (diff)
downloadsoria-161c8e92c2fa2f26fdc8752e2ecec5ef4e44b43b.tar.gz
soria-161c8e92c2fa2f26fdc8752e2ecec5ef4e44b43b.zip
Added support for git-timemachine
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el11
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