Erre van már megoldás
Mert amit találtam xda-án azok a cabok semmit nem csinálnak
Ne folytsátok magatokba ha tudtok valamit
Heló! Megcsináltam a naptár szinesítést de csak az éves nézetet tudtam megcsinálni ahogy kell ha neked sikerül a havi , heti nézetet is megcsinálni ne felejts el szólni.
HKCU\Software\HTC\Manila
- (DWORD) Tweaks.CalendarYearViewSa(R|G|B)
- (DWORD) Tweaks.CalendarYearViewSu(R|G|B)
- (DWORD) Tweaks.CalendarYearViewFontColor(R|G|B)
- (DWORD) Tweaks.CalendarYearViewTodayTextColor(R|G|B)
- (DWORD) Tweaks.CalendarYearViewTodayBKColor(R|G|B)
- (DWORD) Tweaks.CalendarMonthViewWeekColor(R|G|B)
- (DWORD) Tweaks.CalendarMonthViewDayColor(R|G|B)
- (DWORD) Tweaks.CalendarWeekViewTimeColor(R|G|B)
"(R|G|B)" means that you have to add "R", "G" or "B" to the key depending on what color you want to set. So you have always three keys:
- (DWORD) Tweaks.CalendarYearViewSuR = red value
- (DWORD) Tweaks.CalendarYearViewSuG = green value
- (DWORD) Tweaks.CalendarYearViewSuB = blue value
Default values for Manila 2.5.2013 are 0,0,175 (Sa) and 175,0,0 (Su). You must not create all keys, e.g. Tweaks.CalendarYearViewSuR = 175 displays red numbers for Sundays also on 2.5.1921. When a key of the RGB-triple is not set, "0" is used. Do not use 0,0,0 since this setting is ignored.