Skip to content

Commit

Permalink
Merge pull request #2 from bcarrell/master
Browse files Browse the repository at this point in the history
Add theming for Helm
  • Loading branch information
bruce committed Jul 19, 2015
2 parents 55000bc + 6f66ef2 commit 7f70ee3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion spacegray-theme.el
Expand Up @@ -588,7 +588,19 @@
`(term-color-blue ((,class (:foreground ,blue :background ,blue))))
`(term-color-magenta ((,class (:foreground ,purple :background ,purple))))
`(term-color-cyan ((,class (:foreground ,aqua :background ,aqua))))
`(term-color-white ((,class (:foreground ,background :background ,background)))))
`(term-color-white ((,class (:foreground ,background :background ,background))))

;; helm
`(helm-buffer-saved-out ((,class (:inherit warning))))
`(helm-buffer-size ((,class (:foreground ,yellow))))
`(helm-buffer-not-saved ((,class (:foreground ,orange))))
`(helm-buffer-process ((,class (:foreground ,aqua))))
`(helm-buffer-directory ((,class (:foreground ,blue))))
`(helm-ff-directory ((,class (:foreground ,aqua))))
`(helm-candidate-number ((,class (:foreground ,red))))
`(helm-selection ((,class (:inherit highlight))))
`(helm-separator ((,class (:foreground ,purple))))
`(helm-source-header ((,class (:weight bold :foreground ,orange :height 1.25)))))

(custom-theme-set-variables
'spacegray
Expand Down

0 comments on commit 7f70ee3

Please sign in to comment.