nordtheme / tmux

An arctic, north-bluish clean and elegant tmux color theme.
https://www.nordtheme.com/ports/tmux
MIT License
1.09k stars 144 forks source link

A bit more than a color scheme plugin #7

Closed tsroten closed 7 years ago

tsroten commented 7 years ago

First, thanks for the awesome color scheme. I've never been happy with a color scheme until I found nord 😄 .

This particular repo appears to be more than a color scheme, though. It actually sets the status bar content. This makes it impossible to override the status bar successfully while using plugins like prefix highlight. Have you considered making this strictly a color scheme plugin? Like, something similar to https://github.com/seebi/tmux-colors-solarized, where things like the content of status-right are left up to the user? It seems a bit odd that a color scheme plugin would actually dictate the content of the status bar itself.

arcticicestudio commented 7 years ago

Sorry for my late reply, I've been busy with my job. I'll check if it is possible to implement theme settings to add a option to disable the entire status bar styling.


Related to #5

tsroten commented 7 years ago

@arcticicestudio Thanks for the response! I've submitted a PR that allows the user to disable all status bar content, while keeping the actual color-related settings.

arcticicestudio commented 7 years ago

Thanks a lot for the PR, it really help me a lot to get things done more quickly if people are actually contribute :+1: I've merged it and will prepare a new release version as soon as possible.