textcolors.txt 360 B

123456789101112131415161718192021222324252627282930313233343536
  1. // [Blue Shadow] For the options' labels in menus.
  2. TCOTDLightBlue
  3. {
  4. #03243f #c7e3ff
  5. }
  6. TCOTDDarkGrey
  7. {
  8. #111111 #555555
  9. }
  10. TCOTDBlack
  11. {
  12. #000000 #000000
  13. }
  14. TCOTDJournalTextColor
  15. {
  16. #14080b #0a0004
  17. }
  18. TCOTDJournalTextHighlighted
  19. {
  20. #edde9f #edde9f
  21. }
  22. TCOTDJournalTextObjectiveComplete
  23. {
  24. #6a7069 #6a7069
  25. }
  26. TCOTDJournalTextObjectiveFailed
  27. {
  28. #930606 #930606
  29. }