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

Background color not always defined on terminal #22

Closed
bram85 opened this issue Jul 12, 2023 · 1 comment
Closed

Background color not always defined on terminal #22

bram85 opened this issue Jul 12, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@bram85
Copy link

bram85 commented Jul 12, 2023

Like you already experienced (and fixed) with ement.el, the same thing could happen in prism.el.

There are a few instances of (face-attribute 'default :background) which may be "unspecified-bg", which is a color that cannot be blended.

This results in error messages at startup when running emacs -nw in some terminals:

prism-blend: Wrong type argument: number-or-marker-p, nil

@alphapapa
Copy link
Owner

Thanks.

@alphapapa alphapapa self-assigned this Jul 13, 2023
@alphapapa alphapapa added the bug Something isn't working label Jul 13, 2023
@alphapapa alphapapa added this to the 0.3.3 milestone Jul 13, 2023
alphapapa added a commit that referenced this issue Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants