Navigation Menu

Skip to content

Commit

Permalink
Add more Helm faces
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-uberti committed Nov 13, 2019
1 parent 7f76f4c commit 3fadb5c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions color-theme-sanityinc-tomorrow.el
Expand Up @@ -947,14 +947,24 @@ names to which it refers are bound."
(helm-buffer-not-saved (:foreground ,orange))
(helm-buffer-process (:foreground ,aqua))
(helm-buffer-directory (:foreground ,blue))
(helm-candidate-number (:foreground ,red))
(helm-delete-async-message (:foreground ,yellow))
(helm-ff-denied (:foreground ,background :background ,red))
(helm-ff-dotted-directory (:foreground ,comment))
(helm-ff-dotted-symlink-directory (:foreground ,comment))
(helm-ff-directory (:foreground ,aqua))
(helm-candidate-number (:foreground ,red))
(helm-ff-executable (:foreground ,green))
(helm-ff-invalid-symlink (:foreground ,background :background ,red))
(helm-ff-pipe (:foreground ,yellow :background ,background))
(helm-ff-prefix (:foreground ,background :background ,yellow))
(helm-ff-socket (:foreground ,purple))
(helm-ff-suid (:foreground ,background :background ,red))
(helm-header-line-left-margin (:foreground ,background :background ,yellow))
(helm-match (:inherit match))
(helm-selection (:inherit highlight))
(helm-prefarg (:foreground ,green))
(helm-selection (:inherit highlight :extend t))
(helm-separator (:foreground ,purple))
(helm-source-header (:weight bold :foreground ,orange :height 1.44))
(helm-source-header (:weight bold :foreground ,orange :height 1.3))
(helm-visible-mark (:foreground ,blue))

;; hl-sexp
Expand Down

0 comments on commit 3fadb5c

Please sign in to comment.