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

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

[nongnu] elpa/solarized-theme 07a681fff2: Add corfu face (#442)


From: ELPA Syncer
Subject: [nongnu] elpa/solarized-theme 07a681fff2: Add corfu face (#442)
Date: Wed, 16 Aug 2023 16:00:06 -0400 (EDT)

branch: elpa/solarized-theme
commit 07a681fff27ff22d268b726b05576ef93fc4e615
Author: Ruslan Kamashev <rynffoll@gmail.com>
Commit: GitHub <noreply@github.com>

    Add corfu face (#442)
    
    Add corfu face
---
 solarized-faces.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/solarized-faces.el b/solarized-faces.el
index e5f6be95b7..7d834f9a0e 100644
--- a/solarized-faces.el
+++ b/solarized-faces.el
@@ -433,6 +433,11 @@
      `(company-tooltip-search ((,class (:foreground ,magenta))))
      `(company-tooltip-search-selection ((,class (:foreground ,magenta :weight 
bold))))
      `(company-tooltip-selection ((,class (:weight bold))))
+;;;;; corfu
+     `(corfu-default ((,class (:foreground ,base1 :background ,base02))))
+     `(corfu-current ((,class (:inherit corfu-default :weight bold 
:inverse-video t))))
+     `(corfu-bar ((,class (:background ,base0))))
+     `(corfu-border ((,class (:background ,base02))))
 ;;;;; consult
      `(consult-preview-insertion ((,class (:background ,base02))))
      `(consult-preview-line ((,class (:background ,base02))))



reply via email to

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