diff options
-rwxr-xr-x | Kogaion-daylight/metacity-1/metacity-theme-2.xml | 4 | ||||
-rwxr-xr-x | Kogaion-nighttime/metacity-1/metacity-theme-2.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Kogaion-daylight/metacity-1/metacity-theme-2.xml b/Kogaion-daylight/metacity-1/metacity-theme-2.xml index 1615463..c01db50 100755 --- a/Kogaion-daylight/metacity-1/metacity-theme-2.xml +++ b/Kogaion-daylight/metacity-1/metacity-theme-2.xml @@ -12,8 +12,8 @@ <!-- TODO --> <!-- Nothing to see here! --> -<constant name="C_border_focused" value="gtk:bg[SELECTED]" /> -<constant name="C_hilight_focused" value="gtk:dark[SELECTED]" /> +<constant name="C_border_focused" value="gtk:bg[NORMAL]" /> +<constant name="C_hilight_focused" value="gtk:bg[SELECTED]" /> <constant name="C_border_unfocused" value="gtk:bg[INSENSITIVE]" /> <constant name="C_hilight_unfocused" value="gtk:dark[INSENSITIVE]" /> diff --git a/Kogaion-nighttime/metacity-1/metacity-theme-2.xml b/Kogaion-nighttime/metacity-1/metacity-theme-2.xml index 4e980dd..1157c49 100755 --- a/Kogaion-nighttime/metacity-1/metacity-theme-2.xml +++ b/Kogaion-nighttime/metacity-1/metacity-theme-2.xml @@ -12,8 +12,8 @@ <!-- TODO --> <!-- Nothing to see here! --> -<constant name="C_border_focused" value="gtk:bg[SELECTED]" /> -<constant name="C_hilight_focused" value="gtk:light[SELECTED]" /> +<constant name="C_border_focused" value="gtk:bg[NORMAL]" /> +<constant name="C_hilight_focused" value="gtk:dark[SELECTED]" /> <constant name="C_border_unfocused" value="gtk:bg[INSENSITIVE]" /> <constant name="C_hilight_unfocused" value="gtk:light[INSENSITIVE]" /> |