Advertisement
Lithobraker

OR_DOE.cfg

Jan 23rd, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. //Color definitions for planets
  2.  
  3. //Custom planet mods can add their own color definitions! Just add another .cfg file inside your mod folder (of any name,
  4. //anywhere inside the GameData path), and mirror the format of this document.
  5.  
  6. //The color value is just RGB values, from 0 to 255. This is the color when 100% saturated (default is 65%, see Settings.cfg).
  7.  
  8. //Config by Lithium-7
  9.  
  10. CelestialBodyColor
  11. {
  12. name = Solus
  13. color = 255,239,191
  14. }
  15.  
  16. CelestialBodyColor
  17. {
  18. name = Fracture
  19. color = 255,111,63
  20. }
  21. CelestialBodyColor
  22. {
  23. name = Char
  24. color = 40,40,38
  25. }
  26.  
  27. CelestialBodyColor
  28. {
  29. name = Echo
  30. color = 57,100,122
  31. }
  32. CelestialBodyColor
  33. {
  34. name = Vista
  35. color = 48,48,46
  36. }
  37. CelestialBodyColor
  38. {
  39. name = Maar
  40. color = 76,60,36
  41. }
  42.  
  43. CelestialBodyColor
  44. {
  45. name = Windswept
  46. color = 204,180,116
  47. }
  48. CelestialBodyColor
  49. {
  50. name = Tension
  51. color = 37,37,35
  52. }
  53.  
  54. CelestialBodyColor
  55. {
  56. name = Scourge
  57. color = 191,114,118
  58. }
  59. CelestialBodyColor
  60. {
  61. name = Siren
  62. color = 23,23,22
  63. }
  64. CelestialBodyColor
  65. {
  66. name = Hydra
  67. color = 16,12,8
  68. }
  69. CelestialBodyColor
  70. {
  71. name = Cetus
  72. color = 10,10,10
  73. }
  74.  
  75. CelestialBodyColor
  76. {
  77. name = Kerbin
  78. color = 127,126,126
  79. }
  80. CelestialBodyColor
  81. {
  82. name = Scar
  83. color = 22,18,16
  84. }
  85.  
  86. CelestialBodyColor
  87. {
  88. name = Rage
  89. color = 104,104,101
  90. }
  91. CelestialBodyColor
  92. {
  93. name = Abyss
  94. color = 245,255,186
  95. }
  96. CelestialBodyColor
  97. {
  98. name = Icebound
  99. color = 91,110,114
  100. }
  101. CelestialBodyColor
  102. {
  103. name = Silence
  104. color = 74,125,191
  105. }
  106. CelestialBodyColor
  107. {
  108. name = Night
  109. color = 0,0,0
  110. }
  111.  
  112. CelestialBodyColor
  113. {
  114. name = Serenity
  115. color = 232,198,239
  116. }
  117. CelestialBodyColor
  118. {
  119. name = Tranquility
  120. color = 188,227,229
  121. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement