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

Nord colors for org habits consistency graph #61

Open
JonathanReeve opened this issue Jan 27, 2018 · 2 comments
Open

Nord colors for org habits consistency graph #61

JonathanReeve opened this issue Jan 27, 2018 · 2 comments

Comments

@JonathanReeve
Copy link

Some themes use theme colors for the org habits consistency graph (in the org agenda view), which is a lot more pleasant than seeing theme colors everywhere, but bright red, bright yellow, etc, in the habits graph. I imagine this is as simple as linking four or five color names together, and would be a big improvement for me and others that use org mode.

@JonathanReeve
Copy link
Author

For instance, here is how the gotham theme does it:
https://github.com/wasamasa/gotham-theme/blob/master/gotham-theme.el#L931

JonathanReeve added a commit to JonathanReeve/nord-emacs that referenced this issue Jan 27, 2018
@arcticicestudio arcticicestudio added the Hacktoberfest This repository participates in the Hacktoberfest label Oct 1, 2018
@arcticicestudio arcticicestudio removed the Hacktoberfest This repository participates in the Hacktoberfest label Nov 13, 2020
@asiegf
Copy link

asiegf commented Sep 22, 2023

If someone is looking for a quick setup, here is my implementation:

image
(custom-set-faces
 '(org-habit-alert-face ((t (:background "#3C4251" :foreground "#94BECE"))))
 '(org-habit-alert-future-face ((t (:background "#3C4251"))))
 '(org-habit-clear-face ((t (:background "black"))))
 '(org-habit-clear-future-face ((t (:background "#3C4251"))))
 '(org-habit-overdue-face ((t (:background "#454C5C" :foreground "#B3666C"))))
 '(org-habit-overdue-future-face ((t (:background "#4E5668"))))
 '(org-habit-ready-face ((t (:background "#3C4251" :foreground "#A8BD91")))))

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

3 participants