-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inherit colors from the Zellij theme #12
Comments
Sounds like a cool idea! Would you use them only in a preset as default or in the configuration by name? |
I think configuring them by name would be the better option |
I've tried to implement this feature. Unfortunately the palette is only returned on specific events (e.g. In the mean time zjstatus will support terminal colors by name. Maybe this helps in one or another way to work around the missing feature. |
I didn't dig too deep into how Zellij plugins work so I assumed the palette can be provided at startup. There's a new theme definition spec disscusion that might hopfully address this. Thank you for implementing terminal colors support though! |
Is it possible to use more than 8 pallete colors like light/dark/bright red? Didn't find working solution for me 😢 |
With the latest release (0.17.0) , I've implemented some improvements:
|
Instead of configuring specific colors, users could pick from a pre-defined list of colors.
zellij-tile
hasPalette
which inherits colors from the Zellij theme.Not a necessity but would be really nice!
The text was updated successfully, but these errors were encountered: