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

Spacemacs doesn't recognize theme belongs to a package #15538

Open
tidux opened this issue May 22, 2022 · 7 comments
Open

Spacemacs doesn't recognize theme belongs to a package #15538

tidux opened this issue May 22, 2022 · 7 comments
Assignees

Comments

@tidux
Copy link

tidux commented May 22, 2022

I have the package color-theme-modern installed and have added word-perfect-theme from that package to my rotation of default Spacemacs themes. Unlike the themes-megapack layer, color-theme-modern is a monolithic package that supports multiple themes. Spacemacs keeps searching for a package named word-perfect-theme at startup, apparently because it thinks each theme must be individually packaged. Can I suppress this behavior?

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label May 22, 2023
@hem1t
Copy link

hem1t commented Jul 7, 2023

I was having this issue with 'doom-old-hope', I checked out and saw that 'spacemacs-theme-name-to-package' is a list which holds the themes and its location(? Not sure), I'm not good with elisp. That's why I didn't think much and manually added 'doom-old-hope' to the list, instead of finding an actual solution.

@github-actions github-actions bot removed the stale marked as a stale issue/pr (usually by a bot) label Jul 7, 2023
Copy link

github-actions bot commented Jul 6, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Jul 6, 2024
@smile13241324 smile13241324 self-assigned this Sep 14, 2024
@smile13241324 smile13241324 added Feature request and removed stale marked as a stale issue/pr (usually by a bot) labels Sep 14, 2024
@smile13241324
Copy link
Collaborator

Currently this is not officially supported, I will see if I can add a solution

@bryce-carson
Copy link
Contributor

I believe I have previously ran into this issue with the modus-themes package. The modus themes themselves are built-in to Emacs now (28+), but if a user installs the modus-themes package on Emacs 27.X and includes the theme in their theme rotation they can experience it.

@bryce-carson
Copy link
Contributor

I was having this issue with 'doom-old-hope', I checked out and saw that 'spacemacs-theme-name-to-package' is a list which holds the themes and its location(? Not sure), I'm not good with elisp. That's why I didn't think much and manually added 'doom-old-hope' to the list, instead of finding an actual solution.

Indeed, that's the culprit. I had a conversation with @lebensterben about it once in another PR but that wasn't merged if I recall.

@bryce-carson
Copy link
Contributor

bryce-carson commented Sep 27, 2024

#15453 was the PR. It was merged, but that just added to the alist. There was discussion about a different solution using a hash table.

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

No branches or pull requests

4 participants