branch: elpa/ample-theme
commit 2d98ba59bea501e73a9b10cb36a1914d21424423
Author: rocky <[email protected]>
Commit: Jordon Biondo <[email protected]>
Add realgud customization to ample-theme
---
ample-theme.el | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/ample-theme.el b/ample-theme.el
index 7150be9..8a4bb6b 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -365,7 +365,7 @@
`(ac-slime-selection-face ((t (:inherit ac-selection-face))))
`(ac-yasnippet-candidate-face ((t (:inherit ac-candidate-face))))
`(ac-yasnippet-selection-face ((t (:inherit ac-selection-face))))
-
+
;;`(company-echo ((t (:foreground nil :background nil))))
;;`(company-echo-common ((t (:foreground nil :background
"firebrick4"))))
;;`(company-preview ((t (:foreground "wheat" :background
"blue4"))))
@@ -520,7 +520,7 @@
;;`(org-table ((t (:foreground nil :background nil))))
;;`(org-tag ((t (:foreground nil :background nil))))
;;`(org-target ((t (:foreground nil :background nil))))
- ;;`(org-time-grid ((t (:foreground nil :background nil))))
+ ;;`(org-time-grid ((t (:foreground nil :background nil))))
;;`(org-upcoming-deadline ((t (:foreground nil :background nil))))
;;`(org-verbatim ((t (:foreground nil :background nil))))
;;`(org-verse ((t (:foreground nil :background nil))))
@@ -736,7 +736,7 @@
`(git-gutter:separator ((t (:foreground ,ample/orange :background nil :bold
t))))
`(git-gutter:unchanged ((t (:foreground ,ample/yellow :background nil))))
- `(highlight-indentation-current-column-face ((t (:foreground nil
:background ,ample/gray))))
+ `(highlight-indentation-current-column-face ((t (:foreground nil
:background ,ample/gray))))
`(highlight-indentation-face ((t (:foreground nil
:background ,ample/darkest-gray))))
;; trailing whitespace
@@ -816,6 +816,17 @@
`(neo-vc-unregistered-face ((t (:foreground nil :background nil))))
`(neo-vc-up-to-date-face ((t (:foreground ,ample/fg :background
nil))))
+ ;; realgud
+ `(realgud-overlay-arrow1 ((t (:foreground ,ample/green))))
+ `(realgud-overlay-arrow2 ((t (:foreground ,ample/bright-yellow))))
+ `(realgud-overlay-arrow3 ((t (:foreground ,ample/orange))))
+ `(realgud-bp-enabled-face ((t (:inherit error))))
+ `(realgud-bp-disabled-face ((t (:inherit secondary-selection))))
+ `(realgud-bp-line-enabled-face ((t (:foreground ,ample/bg :background
,ample/red))))
+ `(realgud-bp-line-disabled-face ((t (:inherit secondary-selection))))
+ `(realgud-line-number ((t (:foreground ,ample/yellow))))
+ `(realgud-backtrace-number ((t (:foreground ,ample/yellow, :weight
bold))))
+
;; widget
`(widget-field ((t (:foreground ,ample/fg :background ,ample/dark-gray))))