branch: elpa/dracula-theme
commit 368ca8e1da36a407ab4c6556af42d841188cde4e
Author: Edd Wilder-James <e...@me.com>
Commit: GitHub <nore...@github.com>

    Fix typo in lsp-ui-sideline-current-symbol
    
    Add missing comma
---
 dracula-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index b5f51c39b6..6da422403c 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -611,7 +611,7 @@ read it before opening a new issue about your will.")
                (lsp-ui-peek-selection :inherit match)
                (lsp-ui-sideline-symbol :foreground ,fg4 :box (:line-width -1 
:color ,fg4) :height 0.99)
                (lsp-ui-sideline-current-symbol :foreground ,dracula-fg :weight 
ultra-bold
-                                               :box (:line-width -1 :color 
dracula-fg) :height 0.99)
+                                               :box (:line-width -1 :color 
,dracula-fg) :height 0.99)
                (lsp-ui-sideline-code-action :foreground ,dracula-yellow)
                (lsp-ui-sideline-symbol-info :slant italic :height 0.99)
                (lsp-ui-doc-background :background ,dracula-bg)

Reply via email to