Nixie tubes currently don't respect the new lamp color setting in 2.0. I managed to get it to work by changing one line in setStates, control.lua:138, from:
if not color then color = {r=1.0, g=0.6, b=0.2, a=1.0} end
to
if not color then color = nixie.color end
Though the color only changes after the value updates. But there seems to be a new event in 2.0 for detecting color changes.