From 14934251b92aa96f314c3ed6b245861d907c2c54 Mon Sep 17 00:00:00 2001 From: dadada Date: Thu, 13 Jul 2023 19:05:37 +0200 Subject: [PATCH] dark theme --- home/modules/git.nix | 2 +- home/modules/helix/config/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"