From b2ccc8036ab2fe291dfd1dd8ba76aa9a1962b0a7 Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 23 Feb 2025 04:34:29 +0530 Subject: [PATCH] feat: decrease font size --- modules/home/ghostty/default.nix | 2 +- modules/home/wezterm/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/ghostty/default.nix b/modules/home/ghostty/default.nix index 3826a16..c0e54cb 100644 --- a/modules/home/ghostty/default.nix +++ b/modules/home/ghostty/default.nix @@ -6,7 +6,7 @@ window-padding-x = 10 window-padding-y = 10 background-opacity = 0.9 - font-size = 16 + font-size = 14 palette = 0=#252b37 palette = 1=#d0679d diff --git a/modules/home/wezterm/default.nix b/modules/home/wezterm/default.nix index 9ed1f0a..f907b1c 100644 --- a/modules/home/wezterm/default.nix +++ b/modules/home/wezterm/default.nix @@ -21,7 +21,7 @@ config.font = wezterm.font_with_fallback { 'JetBrainsMono Nerd Font', } - config.font_size = 16.0 + config.font_size = 14.0 config.window_background_opacity = 1 config.audible_bell = "Disabled"