tmux-dark-notify
Project | |
---|---|
Name | tmux-dark-notify |
Tech | Tmux, Bash |
URL | https://github.com/erikw/tmux-dark-notify |
Blog Post | /blog/tech/tmux-dark-notify-automatically-follow-system-light-darkmode/ |
A plugin that make tmux’s theme follow macOS dark/light mode.
This tmux tpm plugin will change the tmux theme automatically when the system changes the light/dark mode. Configure a light and a dark theme and the plugin will take care of the rest!
For example I use a Solarized in all my programs that support it. For tmux I use seebi/tmux-colors-solarized which is locally cloed (in my dotfiles as a submodule). This tmux theme repo provides a light theme tmuxcolors-light.conf
and a dark theme tmuxcolors-dark.conf
. With this tmux plugin, I have configured so that when the system appearance mode changes, the corresponding tmux theme will be used.
Hats off to dark-notify which this plugin is built up on!