branch: elpa/dracula-theme
commit 47418dd35e7653cca53752047f5012cf98d1b2a8
Author: Bryan Gilbert <[email protected]>
Commit: Bryan Gilbert <[email protected]>
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))))