backgrounds, and transparent terminal, nvim transparent
This commit is contained in:
parent
5d190dc823
commit
349e8058b1
8 changed files with 98 additions and 114 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue