A dark, mystical theme for tmux inspired by the Eldritch colorscheme.
-
Add plugin to your
~/.tmux.conf:set -g @plugin 'Ktsierra/tmux-eldritch' -
Press
prefix + I(capital i, as in Install) to fetch the plugin.
-
Clone this repo:
git clone https://github.com/Ktsierra/tmux-eldritch ~/.tmux/plugins/tmux-eldritch -
Add this line to your
~/.tmux.conf:run-shell ~/.tmux/plugins/tmux-eldritch/eldritch.tmux -
Reload tmux config:
tmux source-file ~/.tmux.conf
- Dark background with vibrant accent colors
- Color-coded active/inactive windows
- Styled status bar with session, date, and time
- Customized pane borders using theme colors
- Copy mode and message styling
- Activity and bell notifications
The theme uses the following colors from the Eldritch palette:
- Background:
#212337 - Foreground:
#ebfafa - Accent Colors: Purple (
#9071f4), Pink (#f265b5), Cyan (#04d1f9), Green (#37f499) - Selection:
#bf4f8e
You can customize colors by modifying the variables at the top of eldritch.tmux. After making changes, reload your tmux config with:
tmux source-file ~/.tmux.conf