Skip to content

Commit

Permalink
GHI-#16 Implement support for the "helm" package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
1 parent fa6ea1f commit 264ce64
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,52 @@
`(git-gutter:modified ((,class (:foreground ,nord13))))
`(git-gutter:added ((,class (:foreground ,nord14))))
`(git-gutter:deleted ((,class (:foreground ,nord11))))

;; > Helm
`(helm-bookmark-addressbook ((,class (:foreground ,nord7))))
`(helm-bookmark-directory ((,class (:foreground ,nord9))))
`(helm-bookmark-file ((,class (:foreground ,nord8))))
`(helm-bookmark-gnus ((,class (:foreground ,nord10))))
`(helm-bookmark-info ((,class (:foreground ,nord14))))
`(helm-bookmark-man ((,class (:foreground ,nord4))))
`(helm-bookmark-w3m ((,class (:foreground ,nord9))))
`(helm-buffer-directory ((,class (:foreground ,nord9))))
`(helm-buffer-file ((,class (:foreground ,nord8))))
`(helm-buffer-not-saved ((,class (:foreground ,nord13))))
`(helm-buffer-process ((,class (:foreground ,nord10))))
`(helm-candidate-number ((,class (:foreground ,nord4 :weight bold))))
`(helm-candidate-number-suspended ((,class (:foreground ,nord4))))
`(helm-ff-directory ((,class (:foreground ,nord9 :weight bold))))
`(helm-ff-dirs ((,class (:foreground ,nord9))))
`(helm-ff-dotted-director ((,class (:foreground ,nord9 :underline t))))
`(helm-ff-dotted-symlink-director ((,class (:foreground ,nord7 :weight bold))))
`(helm-ff-executable ((,class (:foreground ,nord8))))
`(helm-ff-file ((,class (:foreground ,nord4))))
`(helm-ff-invalid-symlink ((,class (:foreground ,nord11 :weight bold))))
`(helm-ff-prefix ((,class (:foreground ,nord0 :background ,nord9))))
`(helm-ff-symlink ((,class (:foreground ,nord7))))
`(helm-grep-cmd-line ((,class (:foreground ,nord4 :background ,nord0))))
`(helm-grep-file ((,class (:foreground ,nord8))))
`(helm-grep-finish ((,class (:foreground ,nord5))))
`(helm-grep-lineno ((,class (:foreground ,nord4))))
`(helm-grep-match ((,class (:inherit isearch))))
`(helm-grep-running ((,class (:foreground ,nord8))))
`(helm-header ((,class (:foreground ,nord9 :background ,nord2))))
`(helm-header-line-left-margin ((,class (:foreground ,nord9 :background ,nord2))))
`(helm-history-deleted ((,class (:foreground ,nord11))))
`(helm-history-remote ((,class (:foreground ,nord4))))
`(helm-lisp-completion-info ((,class (:foreground ,nord4 :weight bold))))
`(helm-lisp-show-completion ((,class (:inherit isearch))))
`(helm-locate-finish ((,class (:foreground ,nord14))))
`(helm-match ((,class (:foreground ,nord8))))
`(helm-match-item ((,class (:inherit isearch))))
`(helm-moccur-buffer ((,class (:foreground ,nord8))))
`(helm-resume-need-update ((,class (:foreground ,nord0 :background ,nord13))))
`(helm-selection ((,class (:inherit highlight))))
`(helm-selection-line ((,class (:background ,nord2))))
`(helm-source-header ((,class (:height 1.44 :foreground ,nord8 :background ,nord2))))
`(helm-separator ((,class (:background ,nord2))))
`(helm-visible-mark ((,class (:background ,nord2))))
))

;;;###autoload
Expand Down

0 comments on commit 264ce64

Please sign in to comment.