backgrounds, and transparent terminal, nvim transparent

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-15 11:24:21 -05:00
parent 5d190dc823
commit 349e8058b1
8 changed files with 98 additions and 114 deletions

View file

@ -6,6 +6,11 @@
default = 12.0;
description = "Font size for Foot terminal";
};
alpha = lib.mkOption {
type = lib.types.float;
default = 0.9;
description = "Background opacity for Foot terminal (1.0 = opaque)";
};
};
config = {
programs.foot = {
@ -23,7 +28,7 @@
colors = {
# Background opacity (1.0 = opaque)
alpha = "1.0";
alpha = toString config.components.foot.alpha;
# Foreground/background
foreground = "e0e0e0";