From 7f6ca4887275e9d72fa453022f7a3f0f70533a11 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 19 Sep 2022 12:40:52 -0500 Subject: [PATCH] switch to neobones_dark in wezterm --- dotfiles/wezterm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/wezterm/default.nix b/dotfiles/wezterm/default.nix index 7e218bf..940b463 100644 --- a/dotfiles/wezterm/default.nix +++ b/dotfiles/wezterm/default.nix @@ -4,8 +4,8 @@ return { -- anything in https://wezfurlong.org/wezterm/colorschemes/index.html - -- another good one: BlulocoDark - color_scheme = "HorizonDark (Gogh)", + -- another good one: MaterialDesignColors + color_scheme = "neobones_dark", window_background_opacity = 0.95, hide_tab_bar_if_only_one_tab = true,