Skip to content

Commit

Permalink
info xref colors; more consistent, obvious match fail colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Rondon committed Sep 29, 2011
1 parent 949018e commit 30dd88b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions color-theme-distressed.el
Expand Up @@ -37,11 +37,11 @@

;; Searching/Highlights
(lazy-highlight ((t (:background ,faint-blue))))
(isearch-fail ((t (:foreground ,red :background "white"))))
(isearch-fail ((t (:foreground "white" :background ,purple))))
(isearch ((t (:background ,yellow))))
(match ((t (:background ,yellow))))
(show-paren-match ((t (:background ,yellow))))
(show-paren-mismatch ((t (:background ,purple))))
(show-paren-mismatch ((t (:foreground "white" :background ,purple))))

;; Source code highlighting
(font-lock-builtin-face ((t (:foreground ,blue))))
Expand All @@ -60,6 +60,10 @@
(compilation-info ((t (:foreground ,green :bold t))))
(compilation-error ((t (:foreground ,orange :bold t))))

;; Info
(info-xref ((t (:foreground ,blue))))
(info-xref-visited ((t (:foreground ,purple))))

;; magit
(magit-diff-add ((t (:foreground ,green :bold t))))
(magit-diff-del ((t (:foreground ,purple :bold t))))
Expand Down

0 comments on commit 30dd88b

Please sign in to comment.