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

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

[nongnu] elpa/alect-themes b30158d 255/269: Modify realgud faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes b30158d 255/269: Modify realgud faces
Date: Thu, 21 Oct 2021 17:59:31 -0400 (EDT)

branch: elpa/alect-themes
commit b30158d5d9e43318fa0e4a211d81fe4b2495c027
Author: rocky <rocky@gnu.org>
Commit: Alex Kost <alezost@gmail.com>

    Modify realgud faces
    
    Co-authored-by: Alex Kost <alezost@gmail.com>
    
    * alect-themes.el (alect-get-customization): Change colors of arrows and
    use boxes for break-point lines.
---
 alect-themes.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 4acd9dd..00cd728 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1431,13 +1431,13 @@ For INVERT, see `alect-get-color'."
          (rainbow-delimiters-depth-12-face  ((,c :foreground ,(gc 'cyan+2))))
 
          ;; realgud
-         (realgud-overlay-arrow1        ((,c (:foreground ,(gc 'fg+2)))))
-         (realgud-overlay-arrow2        ((,c (:foreground ,(gc 'green-1)))))
-         (realgud-overlay-arrow3        ((,c (:foreground ,(gc 'green-bg-1)))))
-         (realgud-bp-enabled-face       ((,c (:foreground ,(gc 'red)))))
-         (realgud-bp-disabled-face      ((,c (:foreground ,(gc 'gray)))))
-         (realgud-bp-line-enabled-face  ((,c (:background ,(gc 'red-bg+1)))))
-         (realgud-bp-line-disabled-face ((,c)))
+         (realgud-overlay-arrow1        ((,c :foreground ,(gc 'green-1))))
+         (realgud-overlay-arrow2        ((,c :foreground ,(gc 'yellow+1))))
+         (realgud-overlay-arrow3        ((,c :foreground ,(gc 'yellow))))
+         (realgud-bp-enabled-face       ((,c :foreground ,(gc 'red))))
+         (realgud-bp-disabled-face      ((,c :foreground ,(gc 'gray))))
+         (realgud-bp-line-enabled-face  ((,c :box (:color ,(gc 'red) :style 
nil))))
+         (realgud-bp-line-disabled-face ((,c :box (:color ,(gc 'gray) :style 
nil))))
          (realgud-file-name             ((,c :inherit alect-file)))
          (realgud-line-number           ((,c :foreground ,(gc 'yellow))))
          (realgud-backtrace-number      ((,c :foreground ,(gc 'fg+2)



reply via email to

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