emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dracula-theme 47418dd 019/187: fixed typo affecting compan


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 47418dd 019/187: fixed typo affecting company annotation highlights
Date: Thu, 21 Oct 2021 18:04:48 -0400 (EDT)

branch: elpa/dracula-theme
commit 47418dd35e7653cca53752047f5012cf98d1b2a8
Author: Bryan Gilbert <gilbertw1@gmail.com>
Commit: Bryan Gilbert <gilbertw1@gmail.com>

    fixed typo affecting company annotation highlights
---
 dracula-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 15847bb..a5b8461 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -246,7 +246,7 @@
    `(company-scrollbar-bg ((,class (:background ,bg3))))
    `(company-scrollbar-fg ((,class (:foreground ,keyword))))
    `(company-tooltip ((,class (:foreground ,fg2 :background ,bg1 :bold t))))
-   `(company-tooltop-annotation ((,class (:foreground ,const))))
+   `(company-tooltip-annotation ((,class (:foreground ,const))))
    `(company-tooltip-common ((,class ( :foreground ,fg3))))
    `(company-tooltip-common-selection ((,class (:foreground ,str))))
    `(company-tooltip-mouse ((,class (:inherit highlight))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]