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 · 3 comments
Open

Nord colors for org habits consistency graph #61

JonathanReeve opened this issue Jan 27, 2018 · 3 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")))))

@svengreb
Copy link
Member

svengreb commented Mar 7, 2025

Thank you for your patience! 🙏🏼
It's been a while since I had free time to focus more on Nord, and my open source projects in general, and invest time in this issue due to work-life balance. Please keep in mind that maintainers must maintain (pun intended 😁) balance for their open source work and life to avoid burnouts so this gap in time has nothing to do with you or your contribution.

I recently published the first "Northern Post — The state and roadmap of Nord" announcement which includes all details about the plans and future of the Nord project, including the goal of catching up with the backlog. This issue is part of the backlog and therefore I want to triage and process it to get one step closer to a "clean state". Read the announcement about reaching the "clean" contribution triage state in Nord's discussions for more details about the goal.

Therefore it has been added for triage in the central and single-source-of-truth project board that is also described in more detail in the roadmap announcement.


@JonathanReeve @asiegf Thanks for your contributions 🚀
THis issue has been added for triage to be scheduled for the next iterations!

svengreb pushed a commit to JonathanReeve/nord-emacs that referenced this issue Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: triage
Development

No branches or pull requests

4 participants