commit 4522e0f37ea2372bea65ff968ab0daec43e993cd
parent 52f05e0fc4c0e8a16b13fdadd63404c260c0a49d
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Wed, 6 Nov 2019 18:56:36 +0100
faces: get rid of a couple of lc/hc instances
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -394,7 +394,7 @@ customize the resulting theme."
`(company-tooltip-annotation-selection ((,class (:foreground ,cyan))))
`(company-tooltip-common ((,class (:foreground ,base0))))
`(company-tooltip-common-selection ((,class (:weight bold))))
- `(company-tooltip-mouse ((,class (:background ,cyan-hc :foreground ,cyan-lc))))
+ `(company-tooltip-mouse ((,class (:background ,cyan-2bg :foreground ,cyan-2fg))))
`(company-tooltip-search ((,class (:foreground ,magenta))))
`(company-tooltip-search-selection ((,class (:foreground ,magenta :weight bold))))
`(company-tooltip-selection ((,class (:weight bold))))
@@ -1704,8 +1704,8 @@ customize the resulting theme."
`(todotxt-priority-c-face ((,class (:foreground ,violet))))
;;;;; tooltip
;; NOTE: This setting has no effect on the os widgets for me
- ;; zencoding uses this.
- `(tooltip ((,class (:background ,yellow-lc :foreground ,yellow-hc
+ ;; zencoding uses this or setting x-gtk-use-system-tooltips nil
+ `(tooltip ((,class (:background ,yellow-1bg :foreground ,yellow-1fg
:inherit ,s-variable-pitch))))
;;;;; transient
`(transient-heading ((t (:foreground ,yellow :weight bold))))