Less opacity improves readability

This commit is contained in:
Emmet 2024-06-15 12:42:10 -05:00
parent 0518f6c72e
commit 457f990a19
5 changed files with 12 additions and 12 deletions

View file

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