From c49a6e7bd8418979b66da06a17b10309943333dd Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Fri, 27 Jun 2025 04:01:48 +0200 Subject: [PATCH] ghostty: change theme and font --- modules/common/ghostty.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/common/ghostty.nix b/modules/common/ghostty.nix index 1151ce8..95fb7d8 100644 --- a/modules/common/ghostty.nix +++ b/modules/common/ghostty.nix @@ -10,8 +10,9 @@ clearDefaultKeybinds = false; settings = { - theme = "tokyonight"; - font-family = "JetBrainsMono NL NFM Medium"; + # theme = "tokyonight"; + theme = "GruvboxDarkHard"; + font-family = "Berkeley Mono"; font-size = 16; shell-integration-features = "no-cursor";