diff options
Diffstat (limited to 'common/metacity-1/metacity-theme-2.xml')
-rw-r--r-- | common/metacity-1/metacity-theme-2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/metacity-1/metacity-theme-2.xml b/common/metacity-1/metacity-theme-2.xml index 9e94016..35b181d 100644 --- a/common/metacity-1/metacity-theme-2.xml +++ b/common/metacity-1/metacity-theme-2.xml @@ -29,14 +29,14 @@ <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="#fdfdfd" /> -<constant name="C_button_bg_active" value="#5294E2" /> +<constant name="C_button_bg_active" value="#5294e2" /> <constant name="C_button_border_hover" value="#D1D3DA" /> <constant name="C_icon_bg_focused" value="#90949E" /> <constant name="C_icon_bg_unfocused" value="#B6B8C0" /> <constant name="C_icon_bg_hover" value="#7A7F8B" /> -<constant name="C_icon_bg_active" value="#ffffff" /> +<constant name="C_icon_bg_active" value="#5294e2" /> <!-- geometries --> |