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

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

[nongnu] elpa/monokai-theme a04e95c 097/207: Update git-gutter faces


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme a04e95c 097/207: Update git-gutter faces
Date: Thu, 21 Oct 2021 18:07:40 -0400 (EDT)

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

    Update git-gutter faces
---
 monokai-theme.el | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 4ff723c..00fe2d8 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2164,86 +2164,86 @@ Also affects 'linum-mode' background."
    `(git-gutter:added
      ((,class (:background ,monokai-green
                            :foreground ,monokai-bg
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:background ,terminal-monokai-green
                                     :foreground ,terminal-monokai-bg
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(git-gutter:deleted
      ((,class (:background ,monokai-red
                            :foreground ,monokai-bg
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:background ,terminal-monokai-red
                                     :foreground ,terminal-monokai-bg
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(git-gutter:modified
      ((,class (:background ,monokai-blue
                            :foreground ,monokai-bg
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:background ,terminal-monokai-blue
                                     :foreground ,terminal-monokai-bg
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(git-gutter:unchanged
      ((,class (:background ,monokai-highlight-line
                            :foreground ,monokai-bg
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:background ,terminal-monokai-highlight-line
                                     :foreground ,terminal-monokai-bg
-                                    :weight bold))))
+                                    :inherit bold))))
 
    ;; git-gutter-fr
    `(git-gutter-fr:added
      ((,class (:foreground ,monokai-green
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:foreground ,terminal-monokai-green
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(git-gutter-fr:deleted
      ((,class (:foreground ,monokai-red
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:foreground ,terminal-monokai-red
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(git-gutter-fr:modified
      ((,class (:foreground ,monokai-blue
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:foreground ,terminal-monokai-blue
-                                    :weight bold))))
+                                    :inherit bold))))
 
    ;; git-gutter+ and git-gutter+-fr
    `(git-gutter+-added
      ((,class (:background ,monokai-green
                            :foreground ,monokai-bg
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:background ,terminal-monokai-green
                                     :foreground ,terminal-monokai-bg
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(git-gutter+-deleted
      ((,class (:background ,monokai-red
                            :foreground ,monokai-bg
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:background ,terminal-monokai-red
                                     :foreground ,terminal-monokai-bg
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(git-gutter+-modified
      ((,class (:background ,monokai-blue
                            :foreground ,monokai-bg
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:background ,terminal-monokai-blue
                                     :foreground ,terminal-monokai-bg
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(git-gutter+-unchanged
      ((,class (:background ,monokai-highlight-line
                            :foreground ,monokai-bg
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:background ,terminal-monokai-highlight-line
                                     :foreground ,terminal-monokai-bg
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(git-gutter-fr+-added
      ((,class (:foreground ,monokai-green



reply via email to

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