diff --git a/home/modules/git.nix b/home/modules/git.nix index bd7e79e..977953e 100644 --- a/home/modules/git.nix +++ b/home/modules/git.nix @@ -20,7 +20,7 @@ in tabwidth = 4; }; alias = { }; - pager = "delta --light"; + pager = "delta"; }; column.ui = "never"; checkout.defaultRemote = "origin"; diff --git a/home/modules/helix/config/config.toml b/home/modules/helix/config/config.toml index ecd46a6..625fc49 100644 --- a/home/modules/helix/config/config.toml +++ b/home/modules/helix/config/config.toml @@ -1,4 +1,4 @@ -theme = "emacs" +theme = "autumn" [editor] line-number = "relative"