* Requested fixes - would it be possible to correct the usage of some of the other font colors and how they're used for coloring the status bars?
color_health is getting used for item charge bars shown in the item detail window that pops up on mouse-over - makes more sense that color_magic_fill should be used for that.
color_health is getting used for the weapon health bar that shows in the HUD under the active weapon icon - there is color_weapon_fill which doesn't appear to be utilized, but should be for the weapon health bar.
color_magic is getting used for resting / waiting bars - would be better to use color_misc for that (so it's still modifiable), or instead hardcode it to blue.
color_magic is getting used for the encumbrance bar in the inventory menu - makes more sense that color_fatigue should be used for that (so it's still modifiable), or instead hardcode it to blue.
The default color for color_misc appears to be the same as that used in the status bars for initializing data, game / cell loading, and remaining air underwater, but changing the value does not appear to influence the color of those bars - request that it affect those bars if possible.
The drowning status bar color appears to be hardcoded for red - request that the color_health value influence that if possible.
Making these changes would allow for more flexibility in user-modded color schemes, not to mention more intuitive and sensible color associations based on the ini value names. -_-
[edit] here's a couple few more:color_magic is getting used for the disposition bar in the dialogue menu - would be better to use color_misc for that (so it's still modifiable), or instead hardcode it to blue.color_magic is getting used for the encumbrance bar in companion share menu - would be better to use color_fatigue for that (so it's still modifiable), or instead hardcode it to blue.color_health is getting used for the weapon health bar that shows in the repair menu - would be better to use color_weapon_fill for that.
I second that. The color bars are not suitable for all the gui's. For example my x-sand theme lacks on this aspect:
http://postimage.org/image/2ttx3whr8/
I would need soft colors in bars to better contrast for dark font.