From dc1fdbe07ba3012ae11cca8fbe491ac0bc5e128e Mon Sep 17 00:00:00 2001 From: fau Date: Sun, 27 Jul 2025 16:52:55 +0200 Subject: [PATCH] switch to Gruvbox Dark Hard Signed-off-by: fau Change-Id: I6a6a696426a5ae06361492adc245fb4436411fe8 --- modules/home/dev/helix.hjem.nix | 2 +- modules/home/programs/ghostty.hjem.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/dev/helix.hjem.nix b/modules/home/dev/helix.hjem.nix index e6e26e0..9a35868 100644 --- a/modules/home/dev/helix.hjem.nix +++ b/modules/home/dev/helix.hjem.nix @@ -363,7 +363,7 @@ let }; settings = { - theme = "nord"; + theme = "gruvbox_dark_hard"; editor = { cursorline = true; color-modes = true; diff --git a/modules/home/programs/ghostty.hjem.nix b/modules/home/programs/ghostty.hjem.nix index c9f1531..c76b7c5 100644 --- a/modules/home/programs/ghostty.hjem.nix +++ b/modules/home/programs/ghostty.hjem.nix @@ -42,7 +42,7 @@ let resize-overlay-duration = "0s"; shell-integration-features = "cursor,sudo,no-title"; term = "xterm-256color"; - theme = "nightfox"; + theme = "GruvboxDarkHard"; window-decoration = "none"; window-padding-balance = true; window-padding-x = 8;