diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/palette.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/palette.cpp b/src/gui/palette.cpp index 5395baf5..4c386f1f 100644 --- a/src/gui/palette.cpp +++ b/src/gui/palette.cpp @@ -132,9 +132,9 @@ Palette::Palette() : addColor(HIT_CRITICAL, 0xff0000, RAINBOW, indent + _("Critical Hit")); addColor(MISS, 0xffff00, STATIC, indent + _("Misses")); - addColor(HPBAR_FULL, 0x99ff00, STATIC, _("HP Bar")); - addColor(HPBAR_THREE_QUARTERS, 0xffff00, STATIC, indent + _("3/4 HP Bar")); - addColor(HPBAR_ONE_HALF, 0xff9900, STATIC, indent + _("1/2 HP Bar")); + addColor(HPBAR_FULL, 0x0f6a20, STATIC, _("HP Bar")); + addColor(HPBAR_THREE_QUARTERS, 0xc38948, STATIC, indent + _("3/4 HP Bar")); + addColor(HPBAR_ONE_HALF, 0xe28000, STATIC, indent + _("1/2 HP Bar")); addColor(HPBAR_ONE_QUARTER, 0xff0000, PULSE, indent + _("1/4 HP Bar")); commit(true); } |