Less transparency on windows

This commit is contained in:
Emmet 2024-02-22 20:01:33 -06:00
parent 9f6f50fdaf
commit 33e0cffe81
5 changed files with 8 additions and 8 deletions

View file

@ -42,8 +42,8 @@
))
;; On Linux I can enable blur, however
(funcall (lambda ()
(set-frame-parameter nil 'alpha-background 65)
(add-to-list 'default-frame-alist '(alpha-background . 65))
(set-frame-parameter nil 'alpha-background 75)
(add-to-list 'default-frame-alist '(alpha-background . 75))
))
)