From 28f859b6e8fbbaa24a187aab52aa5070dbb73509 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 28 May 2024 17:00:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(ui)=20Use=20"new"=20alpha-backg?= =?UTF-8?q?round=20property?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 08f0502..7a38100 100644 --- a/config.org +++ b/config.org @@ -552,10 +552,10 @@ Installing and enabling ef-themes. Add a slight transparency to the frames. Code provided by David Wilson / System Crafters [[https://github.com/daviwil/emacs-from-scratch/blob/master/Emacs.org][Emacs from Scratch]] video series. #+begin_src emacs-lisp -(setq mmk2410/frame-transparency '(95 . 95)) +(setq mmk2410/alpha-background 95) -(set-frame-parameter (selected-frame) 'alpha mmk2410/frame-transparency) -(add-to-list 'default-frame-alist `(alpha . ,mmk2410/frame-transparency)) +(set-frame-parameter nil 'alpha-background mmk2410/alpha-background) +(add-to-list 'default-frame-alist `(alpha-background . ,mmk2410/alpha-background)) #+end_src ** Switch theme