summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/palette.cpp6
-rw-r--r--tmw.cbp2
2 files changed, 5 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);
}
diff --git a/tmw.cbp b/tmw.cbp
index f0390f48..9150e080 100644
--- a/tmw.cbp
+++ b/tmw.cbp
@@ -439,6 +439,8 @@
<Unit filename="src\gui\widgets\checkbox.h" />
<Unit filename="src\gui\widgets\container.cpp" />
<Unit filename="src\gui\widgets\container.h" />
+ <Unit filename="src\gui\widgets\desktop.cpp" />
+ <Unit filename="src\gui\widgets\desktop.h" />
<Unit filename="src\gui\widgets\dropdown.cpp" />
<Unit filename="src\gui\widgets\dropdown.h" />
<Unit filename="src\gui\widgets\icon.cpp" />