branch: elpa/apropospriate-theme commit 0f8ff945942ecb036691ce4400c664a16545c491 Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@waymondo.com>
adjust pos-tip foreground color --- apropospriate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apropospriate.el b/apropospriate.el index 74d898e64d..835af74abf 100644 --- a/apropospriate.el +++ b/apropospriate.el @@ -728,7 +728,7 @@ Set to `1.0' or nil to prevent font size manipulation." `(evil-insert-state-cursor '(,red bar)) `(evil-normal-state-cursor '(,yellow box)) `(evil-visual-state-cursor '(,green box)) - `(pos-tip-foreground-color ,base02) + `(pos-tip-foreground-color ,base03) `(pos-tip-background-color ,base00-1) `(mlscroll-in-color ,base00+2) `(mlscroll-out-color ,base00)