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

Past vs future day colors #238

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Tylryan
Copy link

@Tylryan Tylryan commented Nov 28, 2022

Before every unmarked day was the same color. Now unmarked days before the current day are one color, while unmarked days after the current day are another.

See the last two days of this screenshot and compare it to the previous unmarked days.
To do this, set future = "some color" in the config file. (See left terminal)

image

The user can now specify which color they want the cursor to be in the
config file.
E.g.
---
cursor = "light blue"
---

Additionally, I've added a few more colors to choose from.
Before every day that wasn't marked in some way was the same color. Now,
if a day is unmarked and in the past, it is one color. If it is unmarked
and in the future, it is another color.
After the previous update, the unfocused habits were the same color as
the focused ones.

Now they will be the same color as the past umarked days.
@Tylryan
Copy link
Author

Tylryan commented Nov 28, 2022

Here the non-focused habits are back to normal.

image

The only reason these functions seem to exist is to be the default
values for the Colors struct. As such, I removed my uneeded functions.
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

Successfully merging this pull request may close these issues.

None yet

1 participant