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

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

[nongnu] elpa/alect-themes 0dde95a 207/269: Add 'bui' faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 0dde95a 207/269: Add 'bui' faces
Date: Thu, 21 Oct 2021 17:59:20 -0400 (EDT)

branch: elpa/alect-themes
commit 0dde95a193d9e95ca58b06afe22f31480adcb156
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add 'bui' faces
---
 alect-themes.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index a8a6a1b..89b7717 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -536,6 +536,16 @@ For INVERT, see `alect-get-color'."
          (ac-completion-face      ((,c :foreground ,(gc 'fg-2))))
          (ac-candidate-mouse-face ((,c :inherit highlight)))
 
+         ;; bui
+         (bui-action-button       ((,c :inherit alect-button)))
+         (bui-action-button-mouse ((,c :inherit alect-button-mouse)))
+         (bui-file-name           ((,c :foreground ,(gc 'green+1)
+                                       :underline t)))
+         (bui-time                ((,c :inherit alect-time)))
+         (bui-url                 ((,c :inherit link)))
+         (bui-info-heading        ((,c :inherit alect-title)))
+         (bui-info-param-title    ((,c :foreground ,(gc 'yellow+1))))
+
          ;; calendar, diary
          (calendar-today    ((,c :box (:line-width -1
                                        :color ,(gc 'red)



reply via email to

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