From d5f59bbd36bc84f9f6c995e4857fa268a8c3881f Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 19 Sep 2022 12:43:22 -0500 Subject: [PATCH] switch to NightOwl in wezterm --- 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 eb1ecf8..77bb6a7 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: MaterialDesignColors - color_scheme = "neobones_dark", + color_scheme = "NightOwl (Gogh)", window_background_opacity = 0.9, hide_tab_bar_if_only_one_tab = true,