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

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

[nongnu] elpa/ample-theme e45fcf1 052/137: button face


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme e45fcf1 052/137: button face
Date: Thu, 21 Oct 2021 18:00:16 -0400 (EDT)

branch: elpa/ample-theme
commit e45fcf186fe7de8d11a01a42a3fa99985a1e7a19
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    button face
---
 ample-theme.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ample-theme.el b/ample-theme.el
index c293af7..3b3478e 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -45,6 +45,7 @@
       (ample/dark-green "#057f10")
       (ample/blue "#5180b3")
       (ample/light-blue "#528fd1")
+      (ample/lighter-blue "#68a5e9")
       (ample/orange "#FF8512")
       (ample/tan "#bdbc61")
       (ample/dark-tan "#7d7c61")
@@ -107,6 +108,8 @@
 
    `(header-line ((t (:background ,ample/fg :foreground ,ample/bg))))
 
+   `(button  ((t (:foreground ,ample/lighter-blue :background nil :underline 
t))))
+
    ;; search
    `(isearch ((t (:background ,ample/blue :foreground ,ample/bg))))
    `(lazy-highlight ((t (:background ,ample/bg :foreground ,ample/purple 
:underline t))))



reply via email to

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