tinted-theming / base16-emacs

Base16 themes for Emacs
MIT License
382 stars 75 forks source link

Base16-tomorrow-night help popups need more contrast #72

Open emacswatcher opened 6 years ago

emacswatcher commented 6 years ago

It's currently light grey on bright yellow and is pretty unreadable.

belak commented 6 years ago

Can you provide a screenshot or method of triggering this?

emacswatcher commented 6 years ago

Just to make it easier to test, here's my use-package form:

(use-package company-quickhelp :after company :custom (company-quickhelp-use-propertized-text t) (company-quickhelp-delay 1) :config (company-quickhelp-mode +1))