Emacs: Use some inherited colors for helm

master
Pierre Neidhardt 2016-06-10 14:18:22 +02:00
parent 807962e0eb
commit f22fa93f5d
2 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,7 @@
(set-face-foreground 'isearch "white")
(set-face-background 'isearch-lazy-highlight-face "#8b4500")
(set-face-foreground 'isearch-lazy-highlight-face "white")
(set-face-attribute 'highlight nil :background 'unspecified :box "white")
(when (>= emacs-major-version 24)
(set-face-foreground 'error "red")
(set-face-bold-p 'error t))

View File

@ -36,11 +36,10 @@
(set-face-background 'helm-selection "#4f4f4f")
(set-face-background 'helm-visible-mark "#2f2f2f")
(set-face-foreground 'helm-visible-mark nil)
(set-face-foreground 'helm-match "red")
(set-face-attribute 'helm-buffer-file nil :background 'unspecified :foreground "while" :weight 'normal)
(set-face-attribute 'helm-buffer-file nil :background 'unspecified :foreground "while" :weight 'normal)
(set-face-attribute 'helm-buffer-directory nil :background 'unspecified :foreground "#1e90ff" :weight 'bold)
(set-face-foreground 'helm-match "red")
(set-face-foreground 'helm-match-item "red")
(set-face-attribute 'helm-ff-directory nil :background 'unspecified :foreground 'unspecified :weight 'unspecified :inherit 'helm-buffer-directory)
(set-face-attribute 'helm-ff-file nil :background 'unspecified :foreground 'unspecified :weight 'unspecified :inherit 'helm-buffer-file)
;; Helm color for unsaved buffers? Dim special *buffers*?