Skip to content

Commit

Permalink
Add realgud customization to ample-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky authored and jordonbiondo committed Jan 15, 2018
1 parent 792f704 commit 2d98ba5
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions ample-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"))))
Expand Down Expand Up @@ -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))))
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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))))

Expand Down

0 comments on commit 2d98ba5

Please sign in to comment.