# Cole for [tmux](https://github.com/tmux/tmux/wiki) A tmux theme based on the [Cole](https://github.com/thekylehuang/cole) colorscheme. Uses only default colors (no configuration). ![Demo image of the tmux theme](https://raw.githubusercontent.com/thekylehuang/cole-tmux/main/.github/assets/demo.png) ## Installation ### Using TPM (Tmux Plugin Manager) Add these lines to the top of `~/.config/tmux/tmux.conf`: ```tmux set -g @plugin 'thekylehuang/cole-tmux' ``` Then press `prefix + I` to fetch and install. It should appear in `~/.config/tmux/plugins/`.