Tmux - seperate colors from data/structure #109
windowsrefund
started this conversation in
Ideas
Replies: 1 comment
-
@windowsrefund thanks for suggestion and I completely agree with your solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm very happy to have found this project and want to extend my gratitude for all the work done. That said, I do believe the tmux support could be greatly improved with some simple fine-tuning. Rather than providing a file to be sourced which includes both the colors and data, the provided file could simply include a list of standardized variables; each containing their respective color value.
The leaves the user to maintain the rest of their configuration as they see fit. The only thing they'd need to do is maintain their color references according to their preferences. For example:
set -g pane-border-style fg="${foreground}"
This actually becomes quite useful in cases where different status line configurations are being developed and auditioned since each "color compliant" configuration could just be sourced in as mentioned already.
I would have actually started working on a POC in order to showcase this method. However, I'm confused why tmux.lua is empty? Basically, I don't know how to proceed so I settled on dropping a note here in the hopes to inspire the idea.
Beta Was this translation helpful? Give feedback.
All reactions