[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/company ead3d00e62: company-tooltip-scrollbar-thumb: Ma
From: |
ELPA Syncer |
Subject: |
[elpa] externals/company ead3d00e62: company-tooltip-scrollbar-thumb: Make a bit lighter in light themes |
Date: |
Thu, 7 Dec 2023 21:57:31 -0500 (EST) |
branch: externals/company
commit ead3d00e62eca7cb8febce7516ed163516ae84e6
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>
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).")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/company ead3d00e62: company-tooltip-scrollbar-thumb: Make a bit lighter in light themes,
ELPA Syncer <=