diff options
-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 a807dcd6..ad69c6c3 100644 --- a/src/gui/palette.cpp +++ b/src/gui/palette.cpp @@ -82,9 +82,9 @@ Palette::Palette() : addColor(SHADOW, 0x000000, STATIC, indent + _("Text Shadow")); addColor(OUTLINE, 0x000000, STATIC, indent + _("Text Outline")); addColor(PROGRESS_BAR, 0xffffff, STATIC, indent + _("Progress Bar Labels")); - addColor(BUTTON, 0xc8ad00, STATIC, indent + _("Buttons")); - addColor(BUTTON_DISABLED, 0x828282, STATIC, indent + _("Disabled Buttons")); - addColor(TAB, 0xc8ad00, STATIC, indent + _("Tabs")); + addColor(BUTTON, 0x000000, STATIC, indent + _("Buttons")); + addColor(BUTTON_DISABLED, 0xCCCCCC, STATIC, indent + _("Disabled Buttons")); + addColor(TAB, 0x00000, STATIC, indent + _("Tabs")); addColor(BACKGROUND, 0xffffff, STATIC, _("Background")); |