branch: elpa/dracula-theme
commit 1dd3702bcca1191b082783062bde42668515c700
Merge: f0d764444f 368ca8e1da
Author: Étienne Deparis <etie...@depar.is>
Commit: GitHub <nore...@github.com>

    Merge pull request #105 from ewilderj/patch-1
    
    Fix typo in lsp-ui-sideline-current-symbol
---
 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