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

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

[nongnu] elpa/dracula-theme 597d5da 150/187: Add faces hardcoded by lsp-


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 597d5da 150/187: Add faces hardcoded by lsp-ui
Date: Thu, 21 Oct 2021 18:05:13 -0400 (EDT)

branch: elpa/dracula-theme
commit 597d5da638671d61042dab6dfb08c598396676ba
Author: Seonghyun Park <shpark1@protonmail.com>
Commit: Seonghyun Park <shpark1@protonmail.com>

    Add faces hardcoded by lsp-ui
---
 dracula-theme.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index ca31225..0bd750f 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -370,6 +370,16 @@ read it before opening a new issue about your will.")
                (js3-instance-member-face :foreground ,dracula-cyan)
                (js3-jsdoc-tag-face :foreground ,dracula-pink)
                (js3-warning-face :underline ,dracula-pink)
+               ;; lsp
+               (lsp-ui-peek-peek :background ,dracula-bg)
+               (lsp-ui-peek-list :background ,bg2)
+               (lsp-ui-peek-filename :foreground ,dracula-pink :weight bold)
+               (lsp-ui-peek-line-number :foreground ,dracula-fg)
+               (lsp-ui-peek-highlight :background ,bg4 :foreground ,fg4
+                                      :distant-foreground ,dracula-bg)
+               (lsp-ui-peek-header :background ,bg3 :foreground ,fg3, :weight 
bold)
+               (lsp-ui-peek-footer :inherit lsp-ui-peek-header)
+               (lsp-ui-peek-selection :background ,bg4 :foreground ,fg4)
                ;; magit
                (magit-branch-local :foreground ,dracula-cyan)
                (magit-branch-remote :foreground ,dracula-green)



reply via email to

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