mzeryck / Weather-Cal

This is a Scriptable widget that lets you display, position, and format multiple elements, including dates and events, weather information, battery level, and more. You can even create your own elements.
MIT License
803 stars 318 forks source link

Color for overdue reminder #151

Open knohllmrs opened 2 years ago

knohllmrs commented 2 years ago

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?