branch: elpa/spacemacs-theme
commit 58f167d9aeff028e9fc580fba45ea457a93c2586
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fix #7
---
spacemacs-common.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index eeaa8c985d..b2c210697d 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -223,6 +223,9 @@
`(git-gutter-fr:deleted ((,class (:foreground ,war :weight bold))))
`(git-gutter-fr:modified ((,class (:foreground ,inf :weight bold))))
+;;;;; git-timemachine
+ `(git-timemachine-minibuffer-detail-face ((,class (:foreground ,inf :bold
t :background ,org-h1-bg))))
+
;;;;; gnus
`(gnus-emphasis-highlight-words ((,class (:background ,(if (eq variant
'dark) err suc) :foreground ,(when (eq variant 'light) bg1)))))
`(gnus-header-content ((,class (:foreground ,keyword))))