How to automatically switch Tmux themes between light & dark
TL;DR: Here's how you automatically switch between catppuccin themes: if-shell -F "#{==:#{client_theme},light}" { set -g @catppuccin_flavor 'latte' } { set -g @catppuccin_flavor 'mocha' } set-hook -g client-dark-theme { set -g @catppuccin_flavor...