Makes the Frame and toolbars darker for better contrast

This commit is contained in:
Eben Eliason 2008-03-25 01:33:45 -04:00 committed by Marco Pesenti Gritti
parent 25abbc5469
commit 9e9bed7ca8

View File

@ -138,7 +138,7 @@ COLOR_WHITE = Color('#FFFFFF')
COLOR_TRANSPARENT = Color('#FFFFFF', alpha=0.0)
COLOR_PANEL_GREY = Color('#C0C0C0')
COLOR_SELECTION_GREY = Color('#A6A6A6')
COLOR_TOOLBAR_GREY = Color('#404040')
COLOR_TOOLBAR_GREY = Color('#282828')
COLOR_BUTTON_GREY = Color('#808080')
COLOR_INACTIVE_FILL = Color('#9D9FA1')
COLOR_INACTIVE_STROKE = Color('#757575')