From c93e9485f483e1cc8650206a6f736a14e46d9d61 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 5 Jan 2024 16:57:48 +0900 Subject: [PATCH] Update bash theme --- home-manager/common/software/cli/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 1f8c7c31..69ebb49b 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -11,7 +11,7 @@ hostname-only-if-ssh = true; cwd-max-depth = 2; condensed = false; - theme = "low-contrast"; + theme = "default"; # valid choices: default, low-contrast, gruvbox, solarized-dark16, solarized-light16 # theme = "gruvbox"; };