From 3e3f07e92c8ded0d49c1c48f542e2ff95dc25536 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Tue, 4 May 2021 22:38:48 -0700 Subject: decrease transparency --- .emacs.local.d/modes/themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.local.d/modes') diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index 2f2d7ff..5e81cc9 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -2,6 +2,6 @@ ;; Elpa packages: atom-one-dark doom-themes (load-theme 'clues t) -(set-frame-parameter (selected-frame) 'alpha '(92 . 92)) -(add-to-list 'default-frame-alist '(alpha . (92 . 92))) +(set-frame-parameter (selected-frame) 'alpha '(95 . 95)) +(add-to-list 'default-frame-alist '(alpha . (95 . 95))) -- cgit v1.2.3