From 20abcb48b773eee5e1074c7dd450eed3f6f76759 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Wed, 14 Sep 2022 16:57:10 -0500 Subject: [PATCH] use HorizonDark (Gogh) for the terminal --- dotfiles/wezterm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/wezterm/default.nix b/dotfiles/wezterm/default.nix index 4a29f49..3be3dbc 100644 --- a/dotfiles/wezterm/default.nix +++ b/dotfiles/wezterm/default.nix @@ -5,7 +5,7 @@ return { -- anything in https://wezfurlong.org/wezterm/colorschemes/index.html -- another good one: BlulocoDark - color_scheme = "Ayu Mirage", + color_scheme = "HorizonDark (Gogh)", hide_tab_bar_if_only_one_tab = true,