Skip to content

Commit

Permalink
GHI-#10 Implement support for the "company" package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
1 parent 6c3d0ba commit 7b8b6ec
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,22 @@
;; > Anzu
`(anzu-mode-line ((,class (:foreground, nord8))))
`(anzu-mode-line-no-match ((,class (:foreground, nord11))))

;; > Company
`(company-echo-common ((,class (:foreground ,nord0 :background ,nord4))))
`(company-preview ((,class (:foreground ,nord4 :background ,nord10))))
`(company-preview-common ((,class (:foreground ,nord0 :background ,nord8))))
`(company-preview-search ((,class (:foreground ,nord0 :background ,nord8))))
`(company-scrollbar-bg ((,class (:foreground ,nord1 :background ,nord1))))
`(company-scrollbar-fg ((,class (:foreground ,nord2 :background ,nord2))))
`(company-template-field ((,class (:foreground ,nord0 :background ,nord7))))
`(company-tooltip ((,class (:foreground ,nord4 :background ,nord2))))
`(company-tooltip-annotation ((,class (:foreground ,nord12))))
`(company-tooltip-annotation-selection ((,class (:foreground ,nord12 :weight bold))))
`(company-tooltip-common ((,class (:foreground ,nord8))))
`(company-tooltip-common-selection ((,class (:foreground ,nord8 :background ,nord3))))
`(company-tooltip-mouse ((,class (:inherit highlight))))
`(company-tooltip-selection ((,class (:background ,nord3 :weight bold))))
))

;;;###autoload
Expand Down

0 comments on commit 7b8b6ec

Please sign in to comment.