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

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

[nongnu] elpa/cyberpunk-theme 0e93951 113/132: Fixes to customize button


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 0e93951 113/132: Fixes to customize buttons
Date: Thu, 21 Oct 2021 18:04:00 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit 0e939515614c99cadaaf86d1d95b039af64530a3
Author: Winston Weinert <winston@ml1.net>
Commit: Winston Weinert <winston@ml1.net>

    Fixes to customize buttons
    
    Addresses n3mo/cyberpunk-theme.el#34
    
    Screenshot: https://ptpb.pw/cD2m.png
---
 cyberpunk-theme.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 09e98dd..c038f38 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -812,6 +812,11 @@
    ;; yascroll
    `(yascroll:thumb-text-area ((,class (:background ,cyberpunk-bg-1))))
    `(yascroll:thumb-fringe ((,class (:background ,cyberpunk-bg-1 :foreground 
,cyberpunk-bg-1))))
+
+   ;; customize
+   `(custom-button ((,class (:box (:line-width 2 :style released-button)
+                                  :background ,cyberpunk-bg-05 :foreground 
,cyberpunk-fg))))
+   `(custom-button-unraised ((,class (:background ,cyberpunk-bg-05 :foreground 
,cyberpunk-fg))))
    )
 
   ;;; custom theme variables



reply via email to

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