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
|
@ -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))
|
||||
))
|
||||
)
|
||||
|
||||
|
|
|
@ -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))
|
||||
))
|
||||
)
|
||||
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
];
|
||||
programs.alacritty.enable = true;
|
||||
programs.alacritty.settings = {
|
||||
window.opacity = lib.mkForce 0.75;
|
||||
window.opacity = lib.mkForce 0.85;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
];
|
||||
programs.kitty.enable = true;
|
||||
programs.kitty.settings = {
|
||||
background_opacity = lib.mkForce "0.75";
|
||||
background_opacity = lib.mkForce "0.85";
|
||||
modify_font = "cell_width 90%";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue