diff options
-rw-r--r-- | .gitignore | 29 | ||||
-rw-r--r-- | desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml | 4 |
2 files changed, 31 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f8c1c505 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +Makefile +Makefile.in +/xmldocs.make +/install-sh +/m4/ +/missing +/omf.make +/compile +/config* +/autom4te.cache/ +/aclocal.m4 +/INSTALL +/ABOUT-NLS +po/*.gmo +po/Makefile.in.in +po/Makevars.template +po/POTFILES +po/Rules-quot +po/insert-header.sin +po/mate-themes.pot +po/*.sed +po/en@*.header +po/remove-potcdate.* +po/stamp-po + +# various generated files +settings.ini +desktop-themes/HighContrastInverse/gtk-2.0/gtkrc +index.theme diff --git a/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml b/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml index 69829d3f..5545212a 100644 --- a/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml +++ b/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml @@ -938,7 +938,7 @@ <frame_style name="normal_focused" geometry="normal"> <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_unfocused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="rounded_border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> @@ -973,7 +973,7 @@ <frame_style name="normal_unfocused" geometry="normal_unfocused"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="rounded_border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused"/> |