Trying to follow the instructions on Ubuntu 16.04 gave me a `no such file or directory` error. It can be solved by removing the quotation marks from the argument in the `source-file` command.
Thanks to the currently active window and other windows with activity
colors being very similar, it was often quite hard to see which window
is currently active.
This changes activity color in other windows to just be gray, rather
than the specific color of the theme, allowing the currently active
window to stand out more.
Add TPM(a plugin manager for tmux) support. Now we can install and manage it by 'TPM'.
Details:
Add plugin to the list of TPM plugins in .tmux.conf:
set -g @plugin 'wfxr/tmux-themepack'
Hit prefix + I to fetch the plugin and source it. The plugin should now be working.
now we can pick and choose a theme via .tmux.conf option:
set -g @themepack 'block/blue' (the default) or
set -g @themepack 'block/cyan' or
set -g @themepack 'default/gray' or
set -g @themepack 'double/megenta' or
...