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

@ -6,6 +6,6 @@
];
programs.alacritty.enable = true;
programs.alacritty.settings = {
window.opacity = lib.mkForce 0.75;
window.opacity = lib.mkForce 0.85;
};
}