aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-03-29 23:37:04 -0700
committerGravatar Tom Willemse2017-03-30 00:00:13 -0700
commit7e14fad678745232683f1b69b1b54c214722faf5 (patch)
tree8df15723759603f2b469c7a22e1ad68cfe22806e
parent7ab8df0bd646e0571a4d27cbaa4f62b60f625bad (diff)
downloadyoshi-theme-7e14fad678745232683f1b69b1b54c214722faf5.tar.gz
yoshi-theme-7e14fad678745232683f1b69b1b54c214722faf5.zip
Add company faces
-rw-r--r--CHANGELOG.org8
-rw-r--r--yoshi-theme.el12
2 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 0d0bf8f..d1c3eb3 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -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
diff --git a/yoshi-theme.el b/yoshi-theme.el
index f795c3c..96385ae 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -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))))