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;