Fortunately, however, one of the new features is that you can use a CELX script to load your own set of colors.
Here's the script that I'm currently using:
colorset4.celx
Code: Select all
-- Title: Alternate Colors: selection #4
celestia:setlabelcolor("stars", 0.5, 0.5, 1.0)
celestia:setlabelcolor("planets", 0.0, 1.0, 0.0)
celestia:setlabelcolor("moons", 0.0, 0.65, 0.0)
celestia:setlabelcolor("asteroids", 0.7, 0.4, 0.0)
celestia:setlabelcolor("comets", 0.0, 1.0, 1.0)
celestia:setlabelcolor("spacecraft", 0.6, 0.6, 0.6)
celestia:setlabelcolor("locations", 0.24, 0.89, 0.43)
celestia:setlabelcolor("galaxies", 0.1, 0.85, 0.85)
celestia:setlabelcolor("nebulae", 0.1, 0.85, 0.85)
celestia:setlabelcolor("openclusters", 0.1, 0.85, 0.85)
celestia:setlabelcolor("constellations", 0.5, 0.0, 1.0)
celestia:setlabelcolor("equatorialgrid", 0.3, 0.7, 0.7)
celestia:setlinecolor ("starorbits", 0.5, 0.5, 0.8)
celestia:setlinecolor ("planetorbits", 0.0, 0.4, 1.0)
celestia:setlinecolor ("moonorbits", 0.3, 0.2, 0.4)
celestia:setlinecolor ("asteroidorbits", 0.35, 0.2, 0.0)
celestia:setlinecolor ("cometorbits", 0.0, 0.5, 0.5)
celestia:setlinecolor ("spacecraftorbits", 0.4, 0.4, 0.4)
celestia:setlinecolor ("constellations", 0.28, 0.0, 0.66)
celestia:setlinecolor ("boundaries", 0.48, 0.2, 0.22)
celestia:setlinecolor ("equatorialgrid", 0.18, 0.48, 0.48)