Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Text Color on the information screens  (Read 452 times)

foolcow

  • Bay Watcher
    • View Profile
Text Color on the information screens
« on: April 16, 2009, 11:08:31 pm »

Is there a data file which I can modify, to change the colors of text on information screens?

Specifically, I want to change wound colors, because it is hard to distinguish between a light wound and a lopped off limb.
Logged

Jifodus

  • Bay Watcher
  • Resident Lurker
    • View Profile
    • Dwarf Fortress Projects
Re: Text Color on the information screens
« Reply #1 on: April 16, 2009, 11:29:24 pm »

You can only change colors globally:

init.txt

Light Gray
[LGRAY_R:192]
[LGRAY_G:192]
[LGRAY_B:192]

Dark Gray
[DGRAY_R:128]
[DGRAY_G:128]
[DGRAY_B:128]
Logged