wix / react-native-calendars

React Native Calendar Components 🗓️ 📆
MIT License
9.45k stars 2.93k forks source link

Agenda dark theme props? #2492

Open Yaikava opened 2 months ago

Yaikava commented 2 months ago

How would I make the agenda component dark?

I figured how to make the calendar in the top part of it dark, but idk about the rest.

For the calendar putting this in the agenda theme option works.

calendarBackground: 'black',
dayTextColor: 'white',
monthTextColor: 'white',
textDisabledColor: 'grey',

I don't know how to control the style of the agenda view.

I managed to change some colors with this, but that is not all of it. (again using the theme option)

agendaDayTextColor: 'yellow',
agendaDayNumColor: 'green',
agendaTodayColor: 'red',
agendaKnobColor: 'blue',

Can anyone please help me? Main issue is the agenda background, events names,event themselves. 34628643-3afc-4721-9b8c-83829cec45f7

Thank you

soodaayush commented 1 month ago

Also curious to see this as I can't switch the color of the agenda to anything but white.