From b854e1ccaa91a2e98ce24b6e6c5e7def28b9a9e7 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 27 Jul 2021 01:35:46 +0100 Subject: (Emacs)~alpha 85 -> 95 Personal theme doesn't work on such a low transparency (I chose colours that are less vibrant and poppy, going for a low-key theme) hence set the alpha higher. --- Emacs/.config/emacs/early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emacs') diff --git a/Emacs/.config/emacs/early-init.el b/Emacs/.config/emacs/early-init.el index a3f07d7..cb2ca71 100644 --- a/Emacs/.config/emacs/early-init.el +++ b/Emacs/.config/emacs/early-init.el @@ -10,5 +10,5 @@ (push '(menu-bar-lines . 0) default-frame-alist) (push '(tool-bar-lines . 0) default-frame-alist) (push '(vertical-scroll-bars) default-frame-alist) -(push '(alpha . 85) default-frame-alist) +(push '(alpha . 95) default-frame-alist) (advice-add #'x-apply-session-resources :override #'ignore) -- cgit v1.2.3-13-gbd6f