branch: externals/company
commit ead3d00e62eca7cb8febce7516ed163516ae84e6
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    company-tooltip-scrollbar-thumb: Make a bit lighter in light themes
---
 company.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index ce17b6b53d..db589f9396 100644
--- a/company.el
+++ b/company.el
@@ -148,7 +148,7 @@
 
 (defface company-tooltip-scrollbar-thumb
   '((((background light))
-     :background "darkred")
+     :background "indian red")
     (((background dark))
      :background "gray33"))
   "Face used for the tooltip scrollbar thumb (bar).")

Reply via email to