From 1b36392dff03e235ab4d652779fbbce2f9d26514 Mon Sep 17 00:00:00 2001 From: mannders00 Date: Sun, 13 Sep 2026 11:04:03 -0500 Subject: [PATCH] update --- ghostty/.config/ghostty/config | 2 +- tmux/.tmux.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 21e3b20..70d0269 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -1,6 +1,6 @@ keybind = global:ctrl+a=toggle_quick_terminal -theme = dark:monodark,light:monolight +theme = dark:default-dark,light:default-light # enforce legible text on washed-out colors (esp. light theme) minimum-contrast = 1.15 diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 14e6f31..3651321 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,5 +1,6 @@ # set-option -g default-command "exec /usr/local/bin/bash --login" set-option -g status-style bg=default +bind s choose-tree -Zs -O name # Enable mouse set -g mouse on