Add support for `fancy-dabbrev'

This commit is contained in:
Protesilaos Stavrou 2019-09-23 19:59:24 +03:00
parent b5183e1db9
commit 556614f41d
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
2 changed files with 8 additions and 0 deletions

View File

@ -533,6 +533,10 @@
`(company-tooltip-search-selection ((t (:inherit (modus-theme-intense-bg-green)))))
`(company-tooltip-common-selection ((,class (:foreground ,fg-main :weight bold))))
`(company-tooltip-annotation-selection ((,class (:foreground ,fg-main :weight bold))))
;;;; fancy-dabbrev
`(fancy-dabbrev-menu-face ((,class (:background ,bg-alt :foreground ,fg-alt))))
`(fancy-dabbrev-preview-face ((,class (:underline (:color foreground-color :style line) :foreground ,fg-alt))))
`(fancy-dabbrev-selection-face ((t (:inherit (modus-theme-intense-bg-cyan) :weight bold))))
;;;; rainbow-delimiters
`(rainbow-delimiters-base-face ((,class (:foreground ,fg-main))))
`(rainbow-delimiters-depth-1-face ((,class (:foreground ,green-alt-other))))

View File

@ -533,6 +533,10 @@
`(company-tooltip-search-selection ((t (:inherit (modus-theme-intense-bg-green)))))
`(company-tooltip-common-selection ((,class (:foreground ,fg-main :weight bold))))
`(company-tooltip-annotation-selection ((,class (:foreground ,fg-main :weight bold))))
;;;; fancy-dabbrev
`(fancy-dabbrev-menu-face ((,class (:background ,bg-alt :foreground ,fg-alt))))
`(fancy-dabbrev-preview-face ((,class (:underline (:color foreground-color :style line) :foreground ,fg-alt))))
`(fancy-dabbrev-selection-face ((t (:inherit (modus-theme-intense-bg-cyan) :weight bold))))
;;;; rainbow-delimiters
`(rainbow-delimiters-base-face ((,class (:foreground ,fg-main))))
`(rainbow-delimiters-depth-1-face ((,class (:foreground ,green-alt-other))))