From 7b8b6ec80fe0f1ff215f46919ffdefdb3f6fb4de Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 25 Mar 2017 18:08:26 +0100 Subject: [PATCH] GHI-#10 Implement support for the "company" package --- nord-theme.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/nord-theme.el b/nord-theme.el index d5bd239..4fffed8 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -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