Darker, but less opaque, background in alacritty

This commit is contained in:
xenia 2024-06-04 16:20:26 +02:00
parent 4cb4e30f3d
commit 0b0bca831c

View File

@ -48,7 +48,7 @@ esac";
padding.y = 0;
decorations = if stdenv.isDarwin then "Buttonless" else "Full";
startup_mode = "Windowed";
opacity = 0.8;
opacity = 0.6;
blur = true;
option_as_alt = "OnlyRight";
};
@ -58,7 +58,7 @@ esac";
size = font-size;
};
colors.primary = {
background = "#282828";
background = "#000000";
foreground = "#ebdbb2";
};