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

Allow background changes to apply immediately #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

polhuang
Copy link

@polhuang polhuang commented Apr 22, 2024

Currently, changing seoul256-background or running your background-change helper functions only works for subsequent frames, not the existing frame.

Adding this snippet allows any such changes to immediately apply to the current frame:

(if (member theme custom-enabled-themes)
    (let ((custom--inhibit-theme-enable nil))
      (cherry-seoul256-apply theme style dark-fg light-fg dark-bg light-bg))
  (cherry-seoul256-apply theme style dark-fg light-fg dark-bg light-bg))

Let me know if you have any questions or if I'm mistaken in this.

Thanks for your hard work on this port.

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

Successfully merging this pull request may close these issues.

1 participant