Have you looked at redshift? Although designed for a different purpose, it does have features for setting the colour temperature of your screen.
sudo apt-get install redshift
This is my config file ~/.config/redshift.conf:
[redshift]
temp-day=5700
temp-night=4600
brightness-day=1.0
brightness-night=0.75
gamma=0.8
adjustment-method=vidmode
location-provider=manual
[manual]
lat=63.81415
lon=20.41742
redshift modifies the colour temperature by the time-of-day. If you set temp-day and temp-night to the same colour, you disable this feature. Perhaps that solution will work for you.
If you do want the colour temperature to change at night, you would obviously need to change lat/long.
If you want redshift to autostart at login, select Applications/System tools/Preferences/Startup applications/Add. Name: redshift. Command: /usr/bin/redshift.