branch: externals/nano-theme commit 165c8822dab7d155f5dd39d443e0bf0dbf530f17 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Updated company mode. --- nano-theme.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nano-theme.el b/nano-theme.el index ac642832ea..2454a9485f 100644 --- a/nano-theme.el +++ b/nano-theme.el @@ -769,6 +769,9 @@ background color that is barely perceptible." '(company-scrollbar-fg ((t (:inherit nano-default-i)))) '(company-scrollbar-bg ((t (:inherit nano-faded-i)))) + '(company-tooltip-scrollbar-thumb ((t (:inherit nano-default-i)))) + '(company-tooltip-scrollbar-track ((t (:inherit nano-faded-i)))) + '(company-tooltip-common ((t (:inherit nano-strong)))) '(company-tooltip-common-selection ((t (:inherit nano-salient-i :weight normal))))