1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Add company faces

This commit is contained in:
Tom Willemse 2017-03-29 23:37:04 -07:00
parent 7ab8df0bd6
commit 7e14fad678
2 changed files with 20 additions and 0 deletions

View file

@ -32,6 +32,14 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
Add the JS2 Mode faces: =js2-error=, =js2-function-call=,
=js2-object-property=, =js2-warning=.
** ADDED Some company-mode faces
Add the Company faces: =company-preview=, =company-preview-common=,
=company-scrollbar-bg=, =company-scrollbar-fg=, =company-tooltip=,
=company-tooltip-annotation=, =company-tooltip-common=,
=common-tooltip-search=, =common-tooltip-search-selecion=,
=common-tooltip-selection=.
** CHANGED the color of high-scoring unread mails in gnus
** CHANGED the color of normal ticked mails in gnus

View file

@ -88,6 +88,18 @@
`(lui-button-face ((t (:foreground unspecified :underline unspecified :inherit button))))
`(lui-time-stamp-face ((t (:foreground ,fggreen :weight unspecified))))
;;; Company
`(company-preview ((t (:background unspecified :foreground ,fgdim))))
`(company-preview-common ((t (:foreground ,bgcyan :inherit unspecified :weight bold))))
`(company-scrollbar-bg ((t (:background ,bgdim))))
`(company-scrollbar-fg ((t (:background ,bgbright))))
`(company-tooltip ((t (:foreground ,fgdefault :background ,bgdim))))
`(company-tooltip-annotation ((t (:foreground ,fgblue))))
`(company-tooltip-common ((t (:foreground ,fgcyan))))
`(company-tooltip-search ((t (:background ,bgyellow :inherit unspecified))))
`(company-tooltip-search-selection ((t (:background ,bgyellow :inherit unspecified))))
`(company-tooltip-selection ((t (:background ,bgblue))))
;;; Compilation
`(compilation-info ((t (:foreground ,fgblue :inherit unspecified))))