mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Add company faces
This commit is contained in:
parent
7ab8df0bd6
commit
7e14fad678
2 changed files with 20 additions and 0 deletions
|
@ -32,6 +32,14 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
||||||
Add the JS2 Mode faces: =js2-error=, =js2-function-call=,
|
Add the JS2 Mode faces: =js2-error=, =js2-function-call=,
|
||||||
=js2-object-property=, =js2-warning=.
|
=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 high-scoring unread mails in gnus
|
||||||
|
|
||||||
** CHANGED the color of normal ticked mails in gnus
|
** CHANGED the color of normal ticked mails in gnus
|
||||||
|
|
|
@ -88,6 +88,18 @@
|
||||||
`(lui-button-face ((t (:foreground unspecified :underline unspecified :inherit button))))
|
`(lui-button-face ((t (:foreground unspecified :underline unspecified :inherit button))))
|
||||||
`(lui-time-stamp-face ((t (:foreground ,fggreen :weight unspecified))))
|
`(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
|
||||||
`(compilation-info ((t (:foreground ,fgblue :inherit unspecified))))
|
`(compilation-info ((t (:foreground ,fgblue :inherit unspecified))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue