branch: elpa/cyberpunk-theme
commit 0e939515614c99cadaaf86d1d95b039af64530a3
Author: Winston Weinert <[email protected]>
Commit: Winston Weinert <[email protected]>
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