diff --git a/system/default.nix b/system/default.nix index 9af1713d..bc7931bd 100644 --- a/system/default.nix +++ b/system/default.nix @@ -206,10 +206,10 @@ image = ./wallpapers/tropic_island_day.jpg; base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml"; opacity = { - applications = 0.9; + applications = 0.8; desktop = 0.8; popups = 0.8; - terminal = 0.9; + terminal = 0.8; }; cursor = { package = pkgs.volantes-cursors;