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

Color for overdue reminder #151

Open
knohllmrs opened this issue Nov 14, 2021 · 0 comments
Open

Color for overdue reminder #151

knohllmrs opened this issue Nov 14, 2021 · 0 comments
Labels
Feature This is new functionality to be added.

Comments

@knohllmrs
Copy link

Hi,

I tried to change the color of overdue reminders and found in Wheater Cal Code in line 1159

colorItem.textColor = reminder.calendar.color
      }

      if (reminder.isOverdue) { title.textColor = Color.red() } 

So I changed Color.red to Color.black and it worked. But soon it changed back to red. I could have expectet that AND yes „please do not modify the file“ but I had no other change. 😬

So long story short: Is there any possibility to change that color permanently?

@mzeryck mzeryck added the Feature This is new functionality to be added. label Mar 15, 2022
epizzarello added a commit to epizzarello/Weather-Cal that referenced this issue Jul 19, 2022
mzeryck pushed a commit that referenced this issue Jul 27, 2022
* Added check for cache files existing but being blank

* Modified urls for Feature #170

* Incorporated feature request #169

* Incorporated feature #151

* Incorporated feature request #107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature This is new functionality to be added.
Projects
None yet
Development

No branches or pull requests

2 participants