mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Less opacity improves readability
This commit is contained in:
parent
0518f6c72e
commit
457f990a19
5 changed files with 12 additions and 12 deletions
|
@ -105,8 +105,8 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
|
|||
))
|
||||
;; 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))
|
||||
))
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue