odedlaz / tmux-onedark-theme

A dark tmux color scheme inspired by Atom's One Dark syntax theme.
MIT License
280 stars 136 forks source link

Unable to uninstall theme? #20

Open vgeorgiev69 opened 3 years ago

vgeorgiev69 commented 3 years ago

Hi, I tried out your theme, but then I didn't like the "shade" effect on my other panes (if for example they are synced, I don't clearly see the text unless I go to that pane) so I decided to remove it. Nothing works from commenting out and sourcing .tmux.conf, and also removing it from tmux/plugins folder. Any tips?

elkangaroo commented 3 years ago

You need to kill your tmux server (because the theme sets global options) with: tmux kill-server - attention: this will kill your tmux sessions. When you create a new tmux session you will have default + your ~/.tmux.conf settings again.

ckyrouac commented 10 months ago

In case anyone else wants an easy way to toggle fading the inactive pane text, there's a PR here: https://github.com/odedlaz/tmux-onedark-theme/pull/26