Here are some values I’ve used. I wanted everything to still be quite easily visible at night so that you can see what you’re doing, so it doesn’t get overly dark. I also used values for each hour, rather than only each time period because dawn and dusk have a more rapid light level transition compared to the gradual transitions going into and after mid day and mid night, so this gives better control over that transition rate.
{{0.4f, 0.4f, 0.7f},// 12am
{0.4f, 0.4f, 0.7f},// 1am
{0.4f, 0.4f, 0.7f},// 2am
{0.4f, 0.4f, 0.7f},// 3am
{0.4f, 0.4f, 0.7f},// 4am
{0.7f, 0.4f, 0.7f},// 5am //before sunrise
{1.0f, 0.6f, 0.7f},// 6am //sunrise
{1.0f, 0.8f, 0.8f},// 7am //after sunrise
{1.0f, 1.0f, 0.9f},// 8am
{1.0f, 1.0f, 1.0f},// 9am
{1.0f, 1.0f, 1.0f},// 10am
{1.0f, 1.0f, 1.0f},// 11am
{1.0f, 1.0f, 1.0f},// 12pm
{1.0f, 1.0f, 1.0f},// 1pm
{1.0f, 1.0f, 1.0f},// 2pm
{1.0f, 1.0f, 1.0f},// 3pm
{1.0f, 1.0f, 1.0f},// 4pm
{1.0f, 1.0f, 1.0f},// 5pm
{1.0f, 1.0f, 1.0f},// 6pm
{1.0f, 1.0f, 0.9f},// 7pm
{1.0f, 0.8f, 0.8f},// 8pm //before sunset
{1.0f, 0.6f, 0.7f},// 9pm //sunset
{0.7f, 0.4f, 0.7f},// 10pm //after sunset
{0.4f, 0.4f, 0.7f}}// 11pm