aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_widget.c')
-rw-r--r--src/gwin/gwin_widget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/gwin_widget.c b/src/gwin/gwin_widget.c
index b5095521..38c98903 100644
--- a/src/gwin/gwin_widget.c
+++ b/src/gwin/gwin_widget.c
@@ -36,7 +36,7 @@ const GWidgetStyle WhiteWidgetStyle = {
HTML2COLOR(0x000000), // text
HTML2COLOR(0x404040), // edge
HTML2COLOR(0xE0E0E0), // fill
- HTML2COLOR(0xE0E0E0) // progress - inactive area
+ HTML2COLOR(0x00E000) // progress - active area
},
// disabled color set
@@ -66,7 +66,7 @@ const GWidgetStyle BlackWidgetStyle = {
HTML2COLOR(0xC0C0C0), // text
HTML2COLOR(0xC0C0C0), // edge
HTML2COLOR(0x606060), // fill
- HTML2COLOR(0x404040) // progress - inactive area
+ HTML2COLOR(0x008000) // progress - active area
},
// disabled color set