diff options
Diffstat (limited to 'common/modules/terminal')
| -rw-r--r-- | common/modules/terminal/foot.nix | 2 | ||||
| -rw-r--r-- | common/modules/terminal/ghostty.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/modules/terminal/foot.nix b/common/modules/terminal/foot.nix index a804815..4ad4c37 100644 --- a/common/modules/terminal/foot.nix +++ b/common/modules/terminal/foot.nix @@ -17,7 +17,7 @@ in font = "${cfg.font.family}:size=${toString cfg.font.size}"; dpi-aware = "no"; - gamma-correct-blending = "yes"; + # gamma-correct-blending = "yes"; bold-text-in-bright = if cfg.font.bright_color_is_bold then "yes" else "no"; }; cursor = { diff --git a/common/modules/terminal/ghostty.nix b/common/modules/terminal/ghostty.nix index 4a6277e..7ab94e6 100644 --- a/common/modules/terminal/ghostty.nix +++ b/common/modules/terminal/ghostty.nix @@ -15,7 +15,7 @@ in font-family = cfg.font.family; font-size = cfg.font.size; - alpha-blending = "liner"; + alpha-blending = "linear"; window-padding-x = cfg.window.padding-x; window-padding-y = cfg.window.padding-y; font-feature = [ |
