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

Faces and colors of org-todo states #45

Closed
AtomicNess123 opened this issue Apr 20, 2022 · 4 comments
Closed

Faces and colors of org-todo states #45

AtomicNess123 opened this issue Apr 20, 2022 · 4 comments

Comments

@AtomicNess123
Copy link

Nice package! I wonder how to change the colors of TODO statuses. They are altered when I use org-modern.
Thanks!

@minad
Copy link
Owner

minad commented Apr 20, 2022

See org-modern-todo-faces.

@minad minad closed this as completed Apr 20, 2022
@AtomicNess123
Copy link
Author

Thanks. I see that

  (setq org-modern-todo-faces
    ’(("TODO" :background "red"
                :foreground "yellow")))

However, when I turn the org modern on, it is different from those colors.

@AtomicNess123
Copy link
Author

I see. The comma in (before (("TODO") is actually wrong. It should be ' in the org-modern.el.

minad added a commit that referenced this issue Apr 20, 2022
@minad
Copy link
Owner

minad commented Apr 20, 2022

The help buffer is the problem. The docstring itself is correct. I fixed this in 42cb064 by using explicit quote.

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

No branches or pull requests

2 participants