Dark Mode

Turn on Dark Mode from the settings tab in DayBack's left-hand sidebar. If you select "Dark Mode Auto," DayBack will switch to Dark Mode when your browser does.

The Dark Mode theme is customizable just like the rest of DayBack. Just preface your CSS classes with ".theme-dark" as in this change to the font size of an event:

.theme-dark .fc-event{ 	
	font-size:1em;
}
	

You'll find more notes on customizing DayBack's CSS here.