Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bbatsov/zenburn-emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bozhidar Batsov committed Apr 10, 2012
2 parents 45cf166 + db340d6 commit 28f6e32
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions zenburn-theme.el
Expand Up @@ -292,7 +292,20 @@
`(gnus-x ((,class (:background ,zenburn-fg :foreground ,zenburn-bg))))

;; helm
`(helm-header
((,class (:foreground ,zenburn-green
:background ,zenburn-bg
:underline nil
:box nil))))
`(helm-source-header
((,class (:foreground ,zenburn-yellow
:background ,zenburn-bg-1
:weight bold
:box (:line-width -1 :style released-button)))))
`(helm-selection ((,class (:background ,zenburn-bg-1))))
`(helm-selection-line ((,class (:background ,zenburn-bg-1))))
`(helm-visible-mark ((,class (:foreground ,zenburn-bg :background ,zenburn-yellow-2))))
`(helm-candidate-number ((,class (:foreground ,zenburn-green+4 :background ,zenburn-bg-1))))

;; hl-line-mode
`(hl-line-face ((,class (:background ,zenburn-bg-1))))
Expand Down Expand Up @@ -372,6 +385,11 @@
`(mew-face-eof-message ((,class (:foreground ,zenburn-green))))
`(mew-face-eof-part ((,class (:foreground ,zenburn-yellow))))

;; mic-paren
`(paren-face-match ((,class (:foreground ,zenburn-cyan :background ,zenburn-bg :weight bold))))
`(paren-face-mismatch ((,class (:foreground ,zenburn-bg :background ,zenburn-magenta :weight bold))))
`(paren-face-no-match ((,class (:foreground ,zenburn-bg :background ,zenburn-red :weight bold))))

;; nav
`(nav-face-heading ((,class (:foreground ,zenburn-yellow))))
`(nav-face-button-num ((,class (:foreground ,zenburn-cyan))))
Expand Down

0 comments on commit 28f6e32

Please sign in to comment.