branch: elpa/alect-themes
commit b30158d5d9e43318fa0e4a211d81fe4b2495c027
Author: rocky <[email protected]>
Commit: Alex Kost <[email protected]>
Modify realgud faces
Co-authored-by: Alex Kost <[email protected]>
* 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)