Skip to content
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

Watch theme file for changes #4895

Open
1 task done
Almamu opened this issue May 9, 2024 · 1 comment
Open
1 task done

Watch theme file for changes #4895

Almamu opened this issue May 9, 2024 · 1 comment
Labels
Feature requests Feature Requests

Comments

@Almamu
Copy link

Almamu commented May 9, 2024

Dupe Check

Describe the solution you'd like?

I'm currently using warp with a theme generated from pywal. For those that don't know, pywal is a tool that takes an image as input and, after running an algorithm on it, extracts some of the most important colors of that image. These colors can then be used to generate themes for different applications in your system, so everything looks cohesive color-wise.

This is usually accomplished by taking a template file that uses pywal placeholders and replacing those by the actual colors. Most software provides one of two options to update running instances with the new themes:

  • Watching the theme file for changes and responding to those
  • A different mechanism (inter-process-communication? socket...) to notify live instances of a new theme available

These generally just trigger a theme update taking the new colors in, some do transition, some do it instant.

Is your feature request related to a problem? Please describe.

Not really, mostly a convenience thing, but I gravitate towards tools that allow me to do this. I'd look for a different terminal.

Additional context

No response

How important is this feature to you?

4

Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1

None

@Almamu Almamu added the Feature requests Feature Requests label May 9, 2024
@dannyneira
Copy link
Member

Thanks for this feature request @Almamu. Warp does update the theme previews, but not if it is the active theme unless you view the theme settings page.

CleanShot.2024-05-09.at.13.53.04.mp4

To anyone else interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature requests Feature Requests
Projects
None yet
Development

No branches or pull requests

2 participants