emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/monokai-theme 03f7684 098/207: Add git-timemachine face


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 03f7684 098/207: Add git-timemachine face
Date: Thu, 21 Oct 2021 18:07:40 -0400 (EDT)

branch: elpa/monokai-theme
commit 03f7684e20c57da6d3ea7b38e0a7bde3e2dd93a6
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    Add git-timemachine face
---
 monokai-theme.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 00fe2d8..ee2889e 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2263,6 +2263,15 @@ Also affects 'linum-mode' background."
       (,terminal-class (:foreground ,terminal-monokai-blue
                                     :weight bold))))
 
+   ;; git-timemachine
+   `(git-timemachine-minibuffer-detail-face
+     ((,class (:foreground ,monokai-blue
+                           :background ,monokai-highlight-line
+                           :inherit bold))
+      (,terminal-class (:foreground ,monokai-blue
+                           :background ,terminal-monokai-highlight-line
+                           :inherit bold))))
+
    ;; guide-key
    `(guide-key/highlight-command-face
      ((,class (:foreground ,monokai-blue))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]