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

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

[nongnu] elpa/gruvbox-theme 46de195e19 249/258: Add lsp mode coloring


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 46de195e19 249/258: Add lsp mode coloring
Date: Sat, 1 Jan 2022 01:59:50 -0500 (EST)

branch: elpa/gruvbox-theme
commit 46de195e194ebbd21a925c33db9d498c30c342af
Author: Russell Sim <russell.sim@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Add lsp mode coloring
    
    Most of the faces inherit from other modes, these don't
---
 gruvbox.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gruvbox.el b/gruvbox.el
index 5164ed29c2..7ba16420a8 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -567,6 +567,16 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (font-latex-warning-face                   (:foreground 
gruvbox-bright_red :weight 'bold))
      (preview-face                              (:background gruvbox-dark1))
 
+     ;; lsp
+     (lsp-lsp-flycheck-warning-unnecessary-face (:underline (:color 
gruvbox-bright_orange :style 'wave)
+                                                            :foreground 
gruvbox-burlywood4))
+     (lsp-ui-doc-background                     (:background gruvbox-dark3))
+     (lsp-ui-doc-header                         (:background 
gruvbox-faded_blue))
+     (lsp-ui-peek-filename                      (:foreground 
gruvbox-bright_red))
+     (lsp-ui-sideline-code-action               (:foreground 
gruvbox-bright_yellow))
+     (lsp-ui-sideline-current-symbol            (:foreground 
gruvbox-faded_aqua))
+     (lsp-ui-sideline-symbol                    (:foreground gruvbox-gray))
+
      ;; mu4e
      (mu4e-header-key-face                      (:foreground 
gruvbox-bright_green :weight 'bold ))
      (mu4e-unread-face                          (:foreground 
gruvbox-bright_blue :weight 'bold ))



reply via email to

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