diff options
137 files changed, 37 insertions, 5920 deletions
diff --git a/packaging/macosx/Resources/bin/inkscape b/packaging/macosx/Resources/bin/inkscape index 2cd872cac..1dc236c5e 100755 --- a/packaging/macosx/Resources/bin/inkscape +++ b/packaging/macosx/Resources/bin/inkscape @@ -78,7 +78,7 @@ ESCAPEDTOP=`echo "$TOP" | sed 's/#/\\\\\\\\#/' | sed 's/&/\\\\\\&/g' | sed 's/|/ # Set GTK theme (only if there is no .gtkrc-2.0 in the user's home) if [[ ! -e "$HOME/.gtkrc-2.0" ]]; then - export GTK2_RC_FILES="$ESCAPEDTOP/themes/Adwaita/gtk-2.0/gtkrc" + export GTK2_RC_FILES="$ESCAPEDTOP/etc/gtk-2.0/gtkrc" fi # If the AppleCollationOrder preference doesn't exist, we fall back to using @@ -119,6 +119,8 @@ export LC_ALL="$LANG" sed 's|${HOME}|'"$HOME|g" "$TOP/etc/pango/pangorc" > "$PREFDIR/pangorc" sed 's|${CWD}|'"$ESCAPEDTOP|g" "$TOP/etc/pango/pango.modules" \ > "$PREFDIR/pango.modules" +sed 's|${CWD}|'"$ESCAPEDTOP|g" "$TOP/etc/gtk-2.0/gtk.immodules" \ + > "$PREFDIR/.inkscape-etc/gtk.immodules" sed 's|${CWD}|'"$ESCAPEDTOP|g" "$TOP/etc/gtk-2.0/gdk-pixbuf.loaders" \ > "$PREFDIR/gdk-pixbuf.loaders" diff --git a/packaging/macosx/Resources/etc/gtk-2.0/gtkrc b/packaging/macosx/Resources/etc/gtk-2.0/gtkrc new file mode 100644 index 000000000..b55f67c65 --- /dev/null +++ b/packaging/macosx/Resources/etc/gtk-2.0/gtkrc @@ -0,0 +1,20 @@ +# +# gtkrc file for Inkscape.app (X11) +# + +gtk-theme-name = "Adwaita-osxapp" +gtk-font-name = "Lucida Grande 9" + +gtk-icon-theme-name = "GtkStock" +gtk-icon-sizes = "gtk-dialog=32,32:gtk-button=16,16:gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:gtk-menu=16,16:inkscape-decoration=12,12" + +gtk-button-images = 0 +gtk-menu-images = 0 +gtk-toolbar-style = 0 +#gtk-toolbar-icon-size = 2 + +# fix Adwaita theme for Inkscape's GimpSpinScale widgets +style "spinbutton" {} +widget_class "*GimpSpinScale*" style "spinbutton" + +# eof diff --git a/packaging/macosx/Resources/themes/Adwaita/.DS_Store b/packaging/macosx/Resources/themes/Adwaita/.DS_Store Binary files differdeleted file mode 100644 index 866914c2f..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/.DS_Store +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/backgrounds/adwaita-timed.xml b/packaging/macosx/Resources/themes/Adwaita/backgrounds/adwaita-timed.xml deleted file mode 100644 index 4717076d0..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/backgrounds/adwaita-timed.xml +++ /dev/null @@ -1,51 +0,0 @@ -<background> - <starttime> - <year>2011</year> - <month>11</month> - <day>24</day> - <hour>7</hour> - <minute>00</minute> - <second>00</second> - </starttime> - -<!-- This animation will start at 7 AM. --> - -<!-- We start with sunrise at 7 AM. It will remain up for 1 hour. --> -<static> -<duration>3600.0</duration> -<file>/opt/local-x11/share/themes/Adwaita/backgrounds/morning.jpg</file> -</static> - -<!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. --> -<transition type="overlay"> -<duration>18000.0</duration> -<from>/opt/local-x11/share/themes/Adwaita/backgrounds/morning.jpg</from> -<to>/opt/local-x11/share/themes/Adwaita/backgrounds/bright-day.jpg</to> -</transition> - -<!-- It's 1 PM, we're showing the day image in full force now, for 5 hours ending at 6 PM. --> -<static> -<duration>18000.0</duration> -<file>/opt/local-x11/share/themes/Adwaita/backgrounds/bright-day.jpg</file> -</static> - -<!-- It's 7 PM and it's going to start to get darker. This will transition for 6 hours up until midnight. --> -<transition type="overlay"> -<duration>21600.0</duration> -<from>/opt/local-x11/share/themes/Adwaita/backgrounds/bright-day.jpg</from> -<to>/opt/local-x11/share/themes/Adwaita/backgrounds/good-night.jpg</to> -</transition> - -<!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. --> -<static> -<duration>18000.0</duration> -<file>/opt/local-x11/share/themes/Adwaita/backgrounds/good-night.jpg</file> -</static> - -<!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. --> -<transition type="overlay"> -<duration>7200.0</duration> -<from>/opt/local-x11/share/themes/Adwaita/backgrounds/good-night.jpg</from> -<to>/opt/local-x11/share/themes/Adwaita/backgrounds/morning.jpg</to> -</transition> -</background> diff --git a/packaging/macosx/Resources/themes/Adwaita/backgrounds/bright-day.jpg b/packaging/macosx/Resources/themes/Adwaita/backgrounds/bright-day.jpg Binary files differdeleted file mode 100644 index 910feaba7..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/backgrounds/bright-day.jpg +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/backgrounds/good-night.jpg b/packaging/macosx/Resources/themes/Adwaita/backgrounds/good-night.jpg Binary files differdeleted file mode 100644 index 0fd83401d..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/backgrounds/good-night.jpg +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/backgrounds/morning.jpg b/packaging/macosx/Resources/themes/Adwaita/backgrounds/morning.jpg Binary files differdeleted file mode 100644 index 33be99ef9..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/backgrounds/morning.jpg +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/.DS_Store b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/.DS_Store Binary files differdeleted file mode 100644 index 79d53e299..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/.DS_Store +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-insens.png Binary files differdeleted file mode 100644 index e87bb51ae..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-insens.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-prelight.png Binary files differdeleted file mode 100644 index 2d10da923..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-insens.png Binary files differdeleted file mode 100644 index 5b5e93ca5..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-insens.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-prelight.png Binary files differdeleted file mode 100644 index 0c8dea7c4..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small.png Binary files differdeleted file mode 100644 index a382bdc27..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down.png Binary files differdeleted file mode 100644 index 6019518f8..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-insens.png Binary files differdeleted file mode 100644 index 36a645225..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-insens.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-prelight.png Binary files differdeleted file mode 100644 index 364984ebd..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left.png Binary files differdeleted file mode 100644 index e7f216da6..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-insens.png Binary files differdeleted file mode 100644 index c726f5a6f..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-insens.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-prelight.png Binary files differdeleted file mode 100644 index 934076a07..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right.png Binary files differdeleted file mode 100644 index 2f640e2ef..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-insens.png Binary files differdeleted file mode 100644 index 546fd0377..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-insens.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-prelight.png Binary files differdeleted file mode 100644 index 80a746dce..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-insens.png Binary files differdeleted file mode 100644 index b89863c35..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-insens.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-prelight.png Binary files differdeleted file mode 100644 index 75c45c92f..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small.png Binary files differdeleted file mode 100644 index fc7ce0b31..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up.png Binary files differdeleted file mode 100644 index ad8723162..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow-prelight.png Binary files differdeleted file mode 100644 index 9a2d7de74..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow.png Binary files differdeleted file mode 100644 index d481aa79b..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default-nohilight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default-nohilight.png Binary files differdeleted file mode 100644 index c30683369..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default-nohilight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default.png Binary files differdeleted file mode 100644 index 1150b055c..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive-nohilight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive-nohilight.png Binary files differdeleted file mode 100644 index 88b3b1b85..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive-nohilight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive.png Binary files differdeleted file mode 100644 index bef18a0d8..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight-nohilight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight-nohilight.png Binary files differdeleted file mode 100644 index 0e2a559ef..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight-nohilight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight.png Binary files differdeleted file mode 100644 index a1e7cd4f2..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed-nohilight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed-nohilight.png Binary files differdeleted file mode 100644 index 1493cad19..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed-nohilight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed.png Binary files differdeleted file mode 100644 index c7d0d51ae..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png Binary files differdeleted file mode 100644 index e0d48977d..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked.png Binary files differdeleted file mode 100644 index 046e2c664..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png Binary files differdeleted file mode 100644 index 7a5a28e49..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked.png Binary files differdeleted file mode 100644 index 6ae7b9f80..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck.png Binary files differdeleted file mode 100644 index ae0cc6ab7..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck_prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck_prelight.png Binary files differdeleted file mode 100644 index 35dc5a755..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck_prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption.png Binary files differdeleted file mode 100644 index ca3b939d7..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption_prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption_prelight.png Binary files differdeleted file mode 100644 index 0a409ab74..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption_prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked-insensitive.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked-insensitive.png Binary files differdeleted file mode 100644 index 026660a99..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked-insensitive.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked.png Binary files differdeleted file mode 100644 index 2a03148a4..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked-insensitive.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked-insensitive.png Binary files differdeleted file mode 100644 index 02c20ffa9..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked-insensitive.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked.png Binary files differdeleted file mode 100644 index 5bf608de3..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-bg.png Binary files differdeleted file mode 100644 index 3ec5cfdb9..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-bg.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-notebook.png Binary files differdeleted file mode 100644 index 3f400ce8b..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-notebook.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png Binary files differdeleted file mode 100644 index e20312bad..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png Binary files differdeleted file mode 100644 index 4aea86fce..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-bg.png Binary files differdeleted file mode 100644 index 5717fab12..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-bg.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-bg.png Binary files differdeleted file mode 100644 index b5fc666b0..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-bg.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png Binary files differdeleted file mode 100644 index bd768dd3f..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png Binary files differdeleted file mode 100644 index aef4a29bc..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png Binary files differdeleted file mode 100644 index 45eee33b1..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-notebook.png Binary files differdeleted file mode 100644 index 217a7e2c9..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-notebook.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-bg.png Binary files differdeleted file mode 100644 index 0df28c54d..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-bg.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png Binary files differdeleted file mode 100644 index a4f9bbbf5..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active-rtl.png Binary files differdeleted file mode 100644 index 0b7d9f3a6..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active-rtl.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active.png Binary files differdeleted file mode 100644 index 4737ad1c5..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png Binary files differdeleted file mode 100644 index b317926bc..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled.png Binary files differdeleted file mode 100644 index 5c8d5a45e..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-rtl.png Binary files differdeleted file mode 100644 index 213387fa7..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-rtl.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button.png Binary files differdeleted file mode 100644 index 6671400bc..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg-solid.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg-solid.png Binary files differdeleted file mode 100644 index 85839b54a..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg-solid.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg.png Binary files differdeleted file mode 100644 index c9abe1eba..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-notebook.png Binary files differdeleted file mode 100644 index 15c343f95..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-notebook.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg-solid.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg-solid.png Binary files differdeleted file mode 100644 index 4fd41cdbd..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg-solid.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg.png Binary files differdeleted file mode 100644 index 3a492dac7..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-bg.png Binary files differdeleted file mode 100644 index e16b8dd2f..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-bg.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-notebook.png Binary files differdeleted file mode 100644 index 0c1404262..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-notebook.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-plain.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-plain.png Binary files differdeleted file mode 100644 index cc401ea56..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-plain.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-solid.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-solid.png Binary files differdeleted file mode 100644 index a1997b7b5..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-solid.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill.png Binary files differdeleted file mode 100644 index e28e81530..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-notebook.png Binary files differdeleted file mode 100644 index 246f2fc51..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-notebook.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/minus.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/minus.png Binary files differdeleted file mode 100644 index 4a0d12637..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/minus.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/plus.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/plus.png Binary files differdeleted file mode 100644 index e5ac141f9..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/plus.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-h.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-h.png Binary files differdeleted file mode 100644 index f87fa8be7..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-h.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-v.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-v.png Binary files differdeleted file mode 100644 index f7675dd91..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-v.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-h.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-h.png Binary files differdeleted file mode 100644 index 05ffb1f86..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-h.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-v.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-v.png Binary files differdeleted file mode 100644 index ce3e1407d..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-v.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/menu_line_h.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/menu_line_h.png Binary files differdeleted file mode 100644 index 071d5a74c..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/menu_line_h.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar.png Binary files differdeleted file mode 100644 index 744847e8a..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar_button.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar_button.png Binary files differdeleted file mode 100644 index 7bb832c84..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar_button.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/focus.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/focus.png Binary files differdeleted file mode 100644 index 24b65d372..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/focus.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/null.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/null.png Binary files differdeleted file mode 100644 index 9d7e6bedc..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/null.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/tree_header.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/tree_header.png Binary files differdeleted file mode 100644 index b5b4b3d1f..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/tree_header.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar.png Binary files differdeleted file mode 100644 index 389848d97..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar_v.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar_v.png Binary files differdeleted file mode 100644 index fcd82d14b..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar_v.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar.png Binary files differdeleted file mode 100644 index c7d0d51ae..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar_v.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar_v.png Binary files differdeleted file mode 100644 index fe29d7378..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar_v.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz-prelight.png Binary files differdeleted file mode 100644 index f8da785ca..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz.png Binary files differdeleted file mode 100644 index f8da785ca..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert-prelight.png Binary files differdeleted file mode 100644 index 19463a9c6..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert.png Binary files differdeleted file mode 100644 index 19463a9c6..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-horizontal.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-horizontal.png Binary files differdeleted file mode 100644 index e6d11d78a..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-horizontal.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-vertical.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-vertical.png Binary files differdeleted file mode 100644 index f03e15d30..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-vertical.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-active.png Binary files differdeleted file mode 100644 index b9a289e35..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-active.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-insens.png Binary files differdeleted file mode 100644 index 6b2a1b87a..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-insens.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-prelight.png Binary files differdeleted file mode 100644 index b9f6e9bbf..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz.png Binary files differdeleted file mode 100644 index 3a1002ca5..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-active.png Binary files differdeleted file mode 100644 index 1fa45af3f..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-active.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-insens.png Binary files differdeleted file mode 100644 index c913988e9..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-insens.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-prelight.png Binary files differdeleted file mode 100644 index 3836396d0..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert.png Binary files differdeleted file mode 100644 index b35da7bab..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png Binary files differdeleted file mode 100644 index 46207b200..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-vert.png Binary files differdeleted file mode 100644 index 74b81ada4..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-vert.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-end.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-end.png Binary files differdeleted file mode 100644 index 58cacf532..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-end.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-start.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-start.png Binary files differdeleted file mode 100644 index 0b7e484bf..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-start.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame.png Binary files differdeleted file mode 100644 index d971298ff..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable-rtl.png Binary files differdeleted file mode 100644 index 59c29f140..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable-rtl.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable.png Binary files differdeleted file mode 100644 index 2fbc3cb12..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-rtl.png Binary files differdeleted file mode 100644 index 8c4e254d8..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-rtl.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background.png Binary files differdeleted file mode 100644 index b8eb29aa5..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable-rtl.png Binary files differdeleted file mode 100644 index a5b62f6eb..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable-rtl.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable.png Binary files differdeleted file mode 100644 index f0d445221..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-rtl.png Binary files differdeleted file mode 100644 index 3a441fe47..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-rtl.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background.png Binary files differdeleted file mode 100644 index 67907ed10..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-horiz.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-horiz.png Binary files differdeleted file mode 100644 index db0b21c05..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-horiz.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-vert.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-vert.png Binary files differdeleted file mode 100644 index bd8565da8..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-vert.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook.png Binary files differdeleted file mode 100644 index fd6048df7..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom-active.png Binary files differdeleted file mode 100644 index e5646a4d1..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom-active.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom.png Binary files differdeleted file mode 100644 index 765c39712..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left-active.png Binary files differdeleted file mode 100644 index fab96d6ce..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left-active.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left.png Binary files differdeleted file mode 100644 index 381c23e4e..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right-active.png Binary files differdeleted file mode 100644 index ad2d60c97..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right-active.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right.png Binary files differdeleted file mode 100644 index e01501bd4..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top-active.png Binary files differdeleted file mode 100644 index 94acac0d0..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top-active.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top.png Binary files differdeleted file mode 100644 index d5fe3ac5f..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Toolbar/inline-toolbar.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Toolbar/inline-toolbar.png Binary files differdeleted file mode 100644 index 917347880..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Toolbar/inline-toolbar.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/gtkrc b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/gtkrc deleted file mode 100644 index 2462866bf..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/gtkrc +++ /dev/null @@ -1,2391 +0,0 @@ -# Bridge | ScionicSpectre - -gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#000000\ntooltip_fg_color:#FFFFFF\nselected_bg_color:#4A90D9\nselected_fg_color:#FFFFFF\ntext_color:#313739\nbg_color:#EDEDED\ninsensitive_bg_color:#F4F4F2\ntooltip_bg_color:#343434" - -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -style "default" -{ - xthickness = 1 - ythickness = 1 - - # Style Properties - - GtkWidget::focus-line-width = 1 - GtkMenuBar::window-dragging = 1 - GtkToolbar::window-dragging = 1 - GtkToolbar::internal-padding = 4 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 3 - GtkWidget::tooltip-alpha = 235 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkSeparatorMenuItem::horizontal-padding = 3 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 1 - - GtkButton::child-displacement-y = 0 - GtkButton::default-border = { 0, 0, 0, 0 } - GtkButton::default-outside_border = { 0, 0, 0, 0 } - - GtkEntry::state-hint = 1 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 13 - GtkRange::stepper-size = 0 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 42 - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkVScale::slider_length = 16 - GtkVScale::slider_width = 16 - GtkHScale::slider_length = 16 - GtkHScale::slider_width = 17 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 0 - - GtkCheckButton::indicator_spacing = 3 - GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } - - GtkTreeView::row_ending_details = 0 - GtkTreeView::expander-size = 11 - GtkTreeView::vertical-separator = 4 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 1 - - GtkExpander::expander-size = 11 - - # Colors - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = shade (1.02, @bg_color) - bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = @bg_color - bg[ACTIVE] = shade (0.9, @bg_color) - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = darker (@bg_color) - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = darker (@bg_color) - text[ACTIVE] = @selected_fg_color - - base[NORMAL] = @base_color - base[PRELIGHT] = shade (0.95, @bg_color) - base[SELECTED] = @selected_bg_color - base[INSENSITIVE] = @bg_color - base[ACTIVE] = shade (0.9, @selected_bg_color) - - # For succinctness, all reasonable pixmap options remain here - - engine "pixmap" - { - - # Check Buttons - - image - { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = OUT - overlay_file = "Check-Radio/checkbox-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = OUT - overlay_file = "Check-Radio/checkbox-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = OUT - overlay_file = "Check-Radio/checkbox-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = SELECTED - shadow = OUT - overlay_file = "Check-Radio/checkbox-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = OUT - overlay_file = "Check-Radio/checkbox-unchecked-insensitive.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = IN - overlay_file = "Check-Radio/checkbox-checked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = IN - overlay_file = "Check-Radio/checkbox-checked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = IN - overlay_file = "Check-Radio/checkbox-checked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = SELECTED - shadow = IN - overlay_file = "Check-Radio/checkbox-checked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = IN - overlay_file = "Check-Radio/checkbox-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Radio Buttons - - image - { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "Check-Radio/option-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "Check-Radio/option-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "Check-Radio/option-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "Check-Radio/option-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "Check-Radio/option-unchecked-insensitive.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "Check-Radio/option-checked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "Check-Radio/option-checked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "Check-Radio/option-checked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "Check-Radio/option-checked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "Check-Radio/option-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Arrows - - image - { - function = ARROW - overlay_file = "Arrows/arrow-up.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - image - { - function = ARROW - state = PRELIGHT - overlay_file = "Arrows/arrow-up-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - image - { - function = ARROW - state = ACTIVE - overlay_file = "Arrows/arrow-up-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "Arrows/arrow-up-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - - image - { - function = ARROW - state = NORMAL - overlay_file = "Arrows/arrow-down.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - image - { - function = ARROW - state = PRELIGHT - overlay_file = "Arrows/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - image - { - function = ARROW - state = ACTIVE - overlay_file = "Arrows/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "Arrows/arrow-down-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image - { - function = ARROW - overlay_file = "Arrows/arrow-left.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - image - { - function = ARROW - state = PRELIGHT - overlay_file = "Arrows/arrow-left-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - image - { - function = ARROW - state = ACTIVE - overlay_file = "Arrows/arrow-left-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "Arrows/arrow-left-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image - { - function = ARROW - overlay_file = "Arrows/arrow-right.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - image - { - function = ARROW - state = PRELIGHT - overlay_file = "Arrows/arrow-right-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - image - { - function = ARROW - state = ACTIVE - overlay_file = "Arrows/arrow-right-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "Arrows/arrow-right-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - - # Option Menu Arrows - - image - { - function = TAB - state = INSENSITIVE - overlay_file = "Arrows/arrow-down-insens.png" - overlay_stretch = FALSE - } - image - { - function = TAB - state = NORMAL - overlay_file = "Arrows/arrow-down.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - } - image - { - function = TAB - state = PRELIGHT - overlay_file = "Arrows/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - } - - # Lines - - image - { - function = VLINE - file = "Lines/line-v.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - image - { - function = HLINE - file = "Lines/line-h.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - - # Focuslines - - image - { - function = FOCUS - file = "Others/focus.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - } - - # Handles - - image - { - function = HANDLE - overlay_file = "Handles/handle-h.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - image - { - function = HANDLE - overlay_file = "Handles/handle-v.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - # Expanders - - image - { - function = EXPANDER - expander_style = COLLAPSED - file = "Expanders/plus.png" - } - - image - { - function = EXPANDER - expander_style = EXPANDED - file = "Expanders/minus.png" - } - - image - { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "Expanders/minus.png" - } - - image - { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "Expanders/plus.png" - } - - image - { - function = RESIZE_GRIP - state = NORMAL - detail = "statusbar" - overlay_file = "Others/null.png" - overlay_border = { 0,0,0,0 } - overlay_stretch = FALSE - } - - # Shadows ( this area needs help :P ) - - image - { - function = SHADOW_GAP - file = "Others/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - } -} - -style "toplevel_hack" -{ - engine "adwaita" - { - } -} - -style "ooo_stepper_hack" -{ - GtkScrollbar::stepper-size = 13 - GtkScrollbar::has-backward-stepper = 1 - GtkScrollbar::has-forward-stepper = 1 -} - -style "scrollbar" -{ - engine "pixmap" - { - image - { - function = BOX - detail = "trough" - file = "Scrollbars/trough-scrollbar-horiz.png" - border = { 19, 19, 4, 4 } - stretch = TRUE - orientation = HORIZONTAL - } - image - { - function = BOX - detail = "trough" - file = "Scrollbars/trough-scrollbar-vert.png" - border = { 4, 4, 19, 19 } - stretch = TRUE - orientation = VERTICAL - } - -# Sliders - - image - { - function = SLIDER - state = NORMAL - file = "Scrollbars/slider-horiz.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - - } - image - { - function = SLIDER - state = ACTIVE - file = "Scrollbars/slider-horiz-active.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - - } - image - { - function = SLIDER - state = PRELIGHT - file = "Scrollbars/slider-horiz-prelight.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - - } - image - { - function = SLIDER - state = INSENSITIVE - file = "Scrollbars/slider-horiz-insens.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - } - -# X Verticals - - image - { - function = SLIDER - state = NORMAL - file = "Scrollbars/slider-vert.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - image - { - function = SLIDER - state = ACTIVE - file = "Scrollbars/slider-vert-active.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - image - { - function = SLIDER - state = PRELIGHT - file = "Scrollbars/slider-vert-prelight.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - image - { - function = SLIDER - state = INSENSITIVE - file = "Scrollbars/slider-vert-insens.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - } -} - -style "menubar" -{ - bg[PRELIGHT] = "#FFF" - fg[SELECTED] = @text_color - - xthickness = 0 - ythickness = 0 - - engine "pixmap" - { - image - { - function = BOX - recolorable = TRUE - state = PRELIGHT - file = "Menu-Menubar/menubar_button.png" - - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "menu" -{ - xthickness = 0 - ythickness = 0 - - GtkMenuItem::arrow-scaling = 0.4 - - bg[NORMAL] = shade (1.08, @bg_color) - bg[INSENSITIVE] = @base_color - bg[PRELIGHT] = @base_color - - engine "pixmap" # For menus that use horizontal lines rather than gtkseparator - { - image - { - function = HLINE - file = "Lines/menu_line_h.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - } -} - -style "menu_framed_box" -{ - engine "adwaita" - { - } -} - -style "menu_item" -{ - xthickness = 2 - ythickness = 4 - - # HACK: Gtk doesn't actually read this value - # while rendering the menu items, but Libreoffice - # does; setting this value equal to the one in - # fg[PRELIGHT] ensures a code path in the LO theming code - # that falls back to a dark text color for menu item text - # highlight. The price to pay is black text on menus as well, - # but at least it's readable. - # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 - bg[SELECTED] = @selected_fg_color - - bg[PRELIGHT] = @selected_bg_color - fg[PRELIGHT] = @selected_fg_color - text[PRELIGHT] = @selected_fg_color - - engine "pixmap" - { - - # Check Buttons - - image - { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = IN - overlay_file = "Check-Radio/menucheck.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = IN - overlay_file = "Check-Radio/menucheck_prelight.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = IN - overlay_file = "Check-Radio/menucheck.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = IN - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - - # Radio Buttons - - image - { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "Check-Radio/menuoption.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "Check-Radio/menuoption_prelight.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "Check-Radio/menuoption.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = SHADOW # This fixes boxy Qt menu items - file = "Others/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - # Arrow Buttons - - image - { - function = ARROW - state = NORMAL - overlay_file = "Arrows/menu-arrow.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - image - { - function = ARROW - state = PRELIGHT - overlay_file = "Arrows/menu-arrow-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - } -} - -style "menubar_item" -{ - xthickness = 2 - ythickness = 3 - bg[PRELIGHT] = @selected_fg_color - fg[PRELIGHT] = @text_color -} - -style "button" -{ - xthickness = 4 - ythickness = 3 - - engine "pixmap" - { - image - { - function = BOX - state = NORMAL - file = "Buttons/button-default.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = PRELIGHT - file = "Buttons/button-prelight.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = ACTIVE - file = "Buttons/button-pressed.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = INSENSITIVE - file = "Buttons/button-insensitive.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "button_nohilight" -{ - xthickness = 4 - ythickness = 3 - - engine "pixmap" - { - image - { - function = BOX - state = NORMAL - file = "Buttons/button-default-nohilight.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = PRELIGHT - file = "Buttons/button-prelight-nohilight.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = ACTIVE - file = "Buttons/button-pressed-nohilight.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = INSENSITIVE - file = "Buttons/button-insensitive-nohilight.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "checkbutton" -{ - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color -} - -style "entry" -{ - xthickness = 3 - ythickness = 4 - - base[NORMAL] = @base_color - base[INSENSITIVE] = @insensitive_bg_color - - engine "pixmap" - { - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/entry-border-bg.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/entry-border-disabled-bg.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/entry-border-active-bg.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - overlay_file = "Entry/entry-border-fill.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - image - { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - overlay_file = "Entry/entry-border-fill.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - } -} - -style "notebook_entry" -{ - engine "pixmap" - { - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/entry-border-notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/entry-border-disabled-notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/entry-border-active-notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "notebook_tab_label" -{ - fg[ACTIVE] = @text_color -} - -style "combobox_entry" -{ - xthickness = 3 - ythickness = 4 - - engine "pixmap" - { - # LTR version - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/combo-entry-border-bg.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/combo-entry-border-disabled-bg.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/combo-entry-border-active-bg.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/combo-entry-border-rtl-bg.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/combo-entry-border-disabled-rtl-bg.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/combo-entry-border-active-rtl-bg.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "notebook_combobox_entry" -{ - engine "pixmap" - { - # LTR version - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/combo-entry-border-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/combo-entry-border-disabled-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/combo-entry-border-active-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/combo-entry-border-rtl-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/combo-entry-border-disabled-rtl-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/combo-entry-border-active-rtl-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "combobox_entry_button" -{ - fg[ACTIVE] = @text_color - - engine "pixmap" - { - - # LTR version - image - { - function = BOX - state = NORMAL - file = "Entry/combo-entry-button.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = BOX - state = PRELIGHT - file = "Entry/combo-entry-button.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = BOX - state = INSENSITIVE - file = "Entry/combo-entry-button-disabled.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = BOX - state = ACTIVE - file = "Entry/combo-entry-button-active.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - image - { - function = BOX - state = NORMAL - file = "Entry/combo-entry-button-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = BOX - state = PRELIGHT - file = "Entry/combo-entry-button-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = BOX - state = INSENSITIVE - file = "Entry/combo-entry-button-disabled-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = BOX - state = ACTIVE - file = "Entry/combo-entry-button-active-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - } -} - -style "spinbutton" -{ - bg[NORMAL] = @bg_color - - xthickness = 3 - ythickness = 4 - - engine "pixmap" - { - image - { - function = ARROW - } - - # Spin-Up LTR - image - { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "Spin/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "Spin/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "Spin/up-background-disable.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-insens.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "Spin/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Up RTL - image - { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "Spin/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "Spin/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "Spin/up-background-disable-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-insens.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "Spin/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - - # Spin-Down LTR - image - { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "Spin/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "Spin/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "Spin/down-background-disable.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-insens.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "Spin/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Down RTL - image - { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "Spin/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "Spin/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "Spin/down-background-disable-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-insens.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "Spin/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - } -} - -style "gimp_spin_scale" -{ - bg[NORMAL] = @base_color - - engine "pixmap" - { - image - { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - } - image - { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - } - - image - { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "Arrows/arrow-up-small.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "Arrows/arrow-up-small-insens.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "Arrows/arrow-down-small.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "Arrows/arrow-down-small-insens.png" - overlay_stretch = FALSE - } - } -} - -style "libreoffice_entry" -{ - engine "pixmap" - { - image - { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - overlay_file = "Entry/entry-border-fill-solid.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - image - { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - overlay_file = "Entry/entry-border-fill-solid.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/entry-border-bg-solid.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/entry-border-active-bg-solid.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "standalone_entry" -{ - engine "pixmap" - { - image - { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - file = "Entry/entry-border-fill-plain.png" - stretch = TRUE - border = { 0, 0, 0, 0 } - } - image - { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - file = "Entry/entry-border-fill-plain.png" - stretch = TRUE - border = { 0, 0, 0, 0 } - } - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/entry-border-bg-solid.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/entry-border-active-bg-solid.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "notebook" -{ - - xthickness = 5 - ythickness = 2 - - engine "pixmap" - { - image - { - function = EXTENSION - state = ACTIVE - file = "Tabs/tab-bottom.png" - border = { 3,3,3,5 } - stretch = TRUE - gap_side = TOP - } - image - { - function = EXTENSION - state = ACTIVE - file = "Tabs/tab-top.png" - border = { 3,3,5,3 } - stretch = TRUE - gap_side = BOTTOM - } - image - { - function = EXTENSION - state = ACTIVE - file = "Tabs/tab-left.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = RIGHT - } - image - { - function = EXTENSION - state = ACTIVE - file = "Tabs/tab-right.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = LEFT - } - image - { - function = EXTENSION - file = "Tabs/tab-top-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = BOTTOM - } - image - { - function = EXTENSION - file = "Tabs/tab-bottom-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = TOP - } - image - { - function = EXTENSION - file = "Tabs/tab-left-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = RIGHT - } - image - { - function = EXTENSION - file = "Tabs/tab-right-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = LEFT - } - -# How to draw boxes with a gap on one side (ie the page of a notebook) - - image - { - function = BOX_GAP - file = "Tabs/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "Tabs/notebook-gap-horiz.png" - gap_border = { 1, 1, 0, 0 } - gap_side = TOP - } - image - { - function = BOX_GAP - file = "Tabs/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "Tabs/notebook-gap-horiz.png" - gap_border = { 1, 1, 0, 0 } - gap_side = BOTTOM - } - image - { - function = BOX_GAP - file = "Tabs/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "Tabs/notebook-gap-vert.png" - gap_border = { 0, 0, 1, 1 } - gap_side = LEFT - } - image - { - function = BOX_GAP - file = "Tabs/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "Tabs/notebook-gap-vert.png" - gap_border = { 0, 0, 1, 1 } - gap_side = RIGHT - } - -# How to draw the box of a notebook when it isnt attached to a tab - - image - { - function = BOX - file = "Tabs/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "handlebox" -{ - engine "pixmap" - { - image - { - function = BOX - file = "Others/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - detail = "handlebox_bin" - shadow = IN - } - image - { - function = BOX - file = "Others/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - detail = "handlebox_bin" - shadow = OUT - } - } -} - -style "combobox_separator" -{ - xthickness = 0 - ythickness = 0 - GtkWidget::wide-separators = 1 -} - -style "combobox" -{ - xthickness = 0 - ythickness = 0 -} - -style "combobox_button" -{ - xthickness = 2 - ythickness = 2 -} - -style "range" -{ - engine "pixmap" - { - image - { - function = BOX - detail = "trough" - file = "Range/trough-horizontal.png" - border = { 4, 4, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - image - { - function = BOX - detail = "trough" - file = "Range/trough-vertical.png" - border = { 0, 0, 4, 4 } - stretch = TRUE - orientation = VERTICAL - } - - # Horizontal - - image - { - function = SLIDER - state = NORMAL - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-horiz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - image - { - function = SLIDER - state = PRELIGHT - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-horiz-prelight.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - image - { - function = SLIDER - state = INSENSITIVE - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-horiz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - # Vertical - - image - { - function = SLIDER - state = NORMAL - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - image - { - function = SLIDER - state = PRELIGHT - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-vert-prelight.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - image - { - function = SLIDER - state = INSENSITIVE - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - # Function below removes ugly boxes - image - { - function = BOX - file = "Others/null.png" - border = { 3, 3, 3, 3 } - stretch = TRUE - } - - } -} - -style "progressbar" -{ - xthickness = 1 - ythickness = 1 - - engine "pixmap" - { - image - { - function = BOX - detail = "trough" - file = "ProgressBar/trough-progressbar.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - orientation = HORIZONTAL - } - image - { - function = BOX - detail = "bar" - file = "ProgressBar/progressbar.png" - stretch = TRUE - border = { 3, 3, 3, 3 } - orientation = HORIZONTAL - } - image - { - function = BOX - detail = "trough" - file = "ProgressBar/trough-progressbar_v.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - orientation = VERTICAL - } - image - { - function = BOX - detail = "bar" - file = "ProgressBar/progressbar_v.png" - stretch = TRUE - border = { 3, 3, 3, 3 } - orientation = VERTICAL - } - } -} - -style "separator_menu_item" -{ - engine "pixmap" - { - image - { - function = BOX - file = "Lines/menu_line_h.png" - border = { 0, 0, 1, 0 } - stretch = TRUE - } - } -} - -style "treeview_header" -{ - ythickness = 1 - - fg[NORMAL] = shade(0.55, @bg_color) - fg[PRELIGHT] = shade(0.80, @text_color) - font_name = "Bold" - - engine "pixmap" - { - image - { - function = BOX - file = "Others/tree_header.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - } - } -} - -style "scrolled_window" -{ - xthickness = 1 - ythickness = 1 - - engine "pixmap" - { - image - { - function = SHADOW - file = "Shadows/frame.png" - border = { 5, 5, 5, 5 } - stretch = TRUE - } - } -} - -style "frame" -{ - xthickness = 1 - ythickness = 1 - - engine "pixmap" - { - image - { - function = SHADOW - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = IN - } - image - { - function = SHADOW_GAP - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = IN - } - image - { - function = SHADOW - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = OUT - } - image - { - function = SHADOW_GAP - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = OUT - } - image - { - function = SHADOW - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = ETCHED_IN - } - image - { - function = SHADOW_GAP - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = ETCHED_IN - } - image - { - function = SHADOW - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = ETCHED_OUT - } - image - { - function = SHADOW_GAP - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = ETCHED_OUT - } - } -} - -style "gimp_toolbox_frame" -{ - engine "pixmap" - { - image - { - function = SHADOW - } - } -} - -style "toolbar" -{ - engine "pixmap" - { - image - { - function = SHADOW - } - } -} - -style "inline_toolbar" -{ - GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" - { - image - { - function = BOX - file = "Toolbar/inline-toolbar.png" - stretch = TRUE - } - } -} - -style "notebook_viewport" -{ - bg[NORMAL] = @base_color -} - -style "tooltips" -{ - xthickness = 8 - ythickness = 4 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color -} - -style "eclipse-tooltips" -{ - xthickness = 8 - ythickness = 4 - - bg[NORMAL] = shade(1.05, @bg_color) - fg[NORMAL] = @text_color - bg[SELECTED] = shade(1.05, @bg_color) -} - -# Chromium -style "chrome-gtk-frame" -{ - ChromeGtkFrame::frame-color = @bg_color - ChromeGtkFrame::inactive-frame-color = @bg_color - - ChromeGtkFrame::frame-gradient-size = 16 - ChromeGtkFrame::frame-gradient-color = shade(1.07, @bg_color) - - ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) - ChromeGtkFrame::incognito-inactive-frame-color = @bg_color - - ChromeGtkFrame::incognito-frame-gradient-color = @bg_color - - ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) - ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) - ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color -} - -style "chrome_menu_item" -{ - bg[SELECTED] = @selected_bg_color -} - -style "null" -{ - engine "pixmap" - { - image - { - function = BOX - file = "Others/null.png" - stretch = TRUE - } - } -} - - -class "GtkWidget" style "default" -class "GtkScrollbar" style "scrollbar" -class "GtkButton" style "button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkSpinButton" style "spinbutton" -class "GtkNotebook" style "notebook" -class "GtkRange" style "range" -class "GtkProgressBar" style "progressbar" -class "GtkSeparatorMenuItem" style "separator_menu_item" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkToolbar" style "toolbar" - -widget_class "*<GtkMenuBar>*" style "menubar" -widget_class "*<GtkMenu>*" style "menu" -widget_class "*<GtkMenu>*" style "menu_framed_box" -widget_class "*<GtkMenuItem>*" style "menu_item" -widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" -widget_class "*<GtkCheckButton>*" style "checkbutton" -widget_class "*<GtkComboBox>" style "combobox" -widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" -widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" -widget_class "*HandleBox" style "handlebox" -widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" -widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" -widget_class "*<GtkFileChooserDefault>*<GtkToolbar>*<GtkButton>" style "button_nohilight" -widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" -widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" -widget_class "*<GtkInfoBar>*<GtkButton>" style "button_nohilight" -widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" - -# Entries in notebooks draw with notebook's base color, but not if there's -# something else in the middle that draws gray again -widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" - -widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" - -# We also need to avoid changing fg color for the inactive notebook tab labels -widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltips" - -# Xchat special cases -widget "*xchat-inputbox" style "entry" - -# GIMP -# Disable gradients completely for GimpSpinScale -class "GimpSpinScale" style "gimp_spin_scale" -# Remove borders from "Wilbert frame" in Gimp -widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" - -# Chrome/Chromium -class "ChromeGtkFrame" style "chrome-gtk-frame" -widget_class "*Chrom*Button*" style "button" -widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item" - -# We use this weird selector to target an offscreen entry as created -# by Chrome/Chromium to derive the style for its toolbar -widget_class "<GtkEntry>" style "standalone_entry" - -# Eclipse/SWT -widget "gtk-tooltips*" style "eclipse-tooltips" -widget "*swt-toolbar-flat" style "null" - -# Openoffice, Libreoffice -class "GtkWindow" style "toplevel_hack" -widget "*openoffice-toplevel*" style "ooo_stepper_hack" -widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" -widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" -widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" -widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" diff --git a/packaging/macosx/Resources/themes/Adwaita/index.theme b/packaging/macosx/Resources/themes/Adwaita/index.theme deleted file mode 100644 index a3bbc428c..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/index.theme +++ /dev/null @@ -1,141 +0,0 @@ -[X-GNOME-Metatheme] -Name=Adwaita -Name[af]=Adwaita -Name[an]=Adwaita -Name[ar]=أدوايتا -Name[as]=Adwaita -Name[be]=Adwaita -Name[bg]=Адвайта -Name[bn_IN]=অদৈত -Name[ca]=Adwaita -Name[ca@valencia]=Adwaita -Name[cs]=Adwaita -Name[da]=Adwaita -Name[de]=Adwaita -Name[el]=Adwaita -Name[en_CA]=Adwaita -Name[en_GB]=Adwaita -Name[eo]=Adwaita -Name[es]=Adwaita -Name[et]=Adwaita -Name[eu]=Adwaita -Name[fa]=آدوایتا -Name[fi]=Adwaita -Name[fr]=Adwaita -Name[fy]=Adwaita -Name[ga]=Adwaita -Name[gl]=Adwaita -Name[gu]=Adwaita -Name[he]=Adwaita -Name[hi]=अद्वैत -Name[hu]=Adwaita -Name[id]=Adwaita -Name[it]=Adwaita -Name[ja]=アドワイチャ -Name[km]=Adwaita -Name[kn]=ಅದ್ವೈತ -Name[ko]=애드와이타 -Name[lt]=Adwaita -Name[lv]=Adwaita -Name[ml]=അദ്വൈതം -Name[mr]=Adwaita -Name[nb]=Adwaita -Name[nl]=Adwaita -Name[or]=Adwaita -Name[pa]=ਅਡਵੇਟਾ -Name[pl]=Adwaita -Name[pt]=Adwaita -Name[pt_BR]=Adwaita -Name[ro]=Adwaita -Name[ru]=Адвайта -Name[sk]=Adwaita -Name[sl]=Adwaita -Name[sr]=Адвајта -Name[sr@latin]=Advajta -Name[sv]=Adwaita -Name[ta]=அத்வைதா -Name[te]=అద్వైత -Name[tg]=Адваита -Name[th]=อัทไวตะ -Name[tr]=Sadece bir tane -Name[ug]=Adwaita -Name[uk]=Адвайта -Name[uz@cyrillic]=Адвайта -Name[vi]=Adwaita -Name[zh_CN]=Adwaita -Name[zh_HK]=唯一 -Name[zh_TW]=唯一 -Type=X-GNOME-Metatheme -Comment=There is only one -Comment[af]=Daar is slegs een -Comment[an]=Solo bi ha que uno -Comment[ar]=هناك واحدة فقط -Comment[as]=কেৱল এটা আছে -Comment[be]=Адзіны і непаўторны -Comment[bg]=Един единствен има само -Comment[bn_IN]=শুধুমাত্র একটি রয়েছে -Comment[ca]=Només n'hi ha un -Comment[ca@valencia]=Només n'hi ha un -Comment[cs]=Je jen jedna -Comment[da]=Der er kun en -Comment[de]=Es gibt nur eines -Comment[el]=Υπάρχει μόνο μία -Comment[en_CA]=There is only one -Comment[en_GB]=There is only one -Comment[eo]=Tie nur unu estas -Comment[es]=Solo existe uno -Comment[et]=Ainult üks ongi -Comment[eu]=Bat bakarrik dago -Comment[fa]=فقط یکی وجود دارد -Comment[fi]=On vain yksi -Comment[fr]=Il n'y en a qu'un seul -Comment[fur]=Al è nome un -Comment[fy]=Der is inkeld ien -Comment[ga]=Níl ach ceann amháin -Comment[gl]=Só existe un -Comment[gu]=ત્યાં ફક્ત એક છે -Comment[he]=האחד והיחיד -Comment[hi]=केवल एक है -Comment[hu]=Csak egy van -Comment[id]=Hanya ada satu -Comment[it]=Il solo e l'unico -Comment[ja]=唯一無二 -Comment[km]=មានតែមួយគត់ -Comment[kn]=ಕೇವಲ ಒಂದು ಮಾತ್ರ ಇದೆ -Comment[ko]=오직 하나 뿐! -Comment[lt]=Yra vienintelė -Comment[lv]=Ir tikai viens -Comment[ml]=ഒരെണ്ണം മാത്രമേ ഉള്ളു -Comment[mr]=फक्त एकाच आहे -Comment[nb]=Det finnes bare én -Comment[nl]=Er is er maar één -Comment[or]=ସେଠାରେ କେବଳ ଗୋଟିଏ ଅଛି -Comment[pa]=ਸਿਰਫ਼ ਇੱਕ ਹੀ ਹੈ -Comment[pl]=Może być tylko jeden -Comment[pt]=Apenas existe um -Comment[pt_BR]=Há apenas um -Comment[ro]=Există doar unul singur -Comment[ru]=Единственная -Comment[sk]=Je len jediná -Comment[sl]=Lahko je le eden -Comment[sr]=Постоји само једна -Comment[sr@latin]=Postoji samo jedna -Comment[sv]=Det finns bara en -Comment[ta]=ஒன்றே ஒன்றூ உள்ளது -Comment[te]=అక్కడ ఒకటే ఉన్నది -Comment[tg]=Танҳо якто мавҷуд аст -Comment[th]=หนึ่งเดียวเท่านั้น -Comment[tr]=Sadece bir tane var -Comment[ug]=پەقەت بىرىلا بار -Comment[uk]=Існує лише одна -Comment[uz@cyrillic]=Фақат битта бор -Comment[vi]=Chỉ có một -Comment[zh_CN]=只有一个 -Comment[zh_HK]=只有唯一一個 -Comment[zh_TW]=只有唯一一個 -Encoding=UTF-8 -GtkTheme=Adwaita -MetacityTheme=Adwaita -IconTheme=gnome -CursorTheme=Adwaita -CursorSize=24 diff --git a/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-2.xml b/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-2.xml deleted file mode 100644 index 6d21d882e..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1,1604 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Adwaita</name> - <author>GNOME Art Team <art.gnome.org></author> - <copyright>Â Intel, Â Red Hat, Lapo Calamandrei</copyright> - <date>2010</date> - <description>Default GNOME 3 window theme</description> -</info> - -<!-- meaningfull constants --> - -<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.6" /> -<constant name="C_border_unfocused" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> -<constant name="C_titlebar_focused_hilight" value="gtk:base[NORMAL]" /> -<constant name="C_titlebar_unfocused" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.4" /> -<constant name="C_title_focused" value="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.1" /> -<constant name="C_title_focused_hilight" value="gtk:base[NORMAL]" /> -<constant name="C_title_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> -<!-- color of the button icons --> -<constant name="C_icons_focused" value="gtk:text[SELECTED]" /> -<constant name="C_icons_focused_pressed" value="#ffffff" /> -<constant name="C_icons_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> -<constant name="C_icons_unfocused_prelight" value="gtk:bg[NORMAL]" /> -<constant name="C_icons_unfocused_pressed" value="blend/#000000/gtk:bg[NORMAL]/0.7" /> -<constant name="D_icons_unfocused_offset" value="2" /> <!-- offset of the unfocused icons --> -<constant name="D_icons_shrink" value="1" /> <!-- increasing this value makes the icons in buttons smaller --> -<constant name="D_icons_grow" value="0" /> <!-- increasing this value makes the icons in buttons bigger --> -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="2" /> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="10"/> - <border name="title_border" left="10" right="10" top="1" bottom="2"/> - <border name="button_border" left="0" right="0" top="1" bottom="2"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal"> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> -</frame_geometry> - -<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="9"/> <!-- - This needs to be 1 less then the - title_vertical_pad on normal state - or you'll have bigger buttons --> - <border name="title_border" left="10" right="10" top="1" bottom="2"/> - <border name="button_border" left="0" right="0" top="0" bottom="2"/> - <distance name="bottom_height" value="0" /> -</frame_geometry> - -<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="right_width" value="1" /> -</frame_geometry> - -<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="left_width" value="1" /> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="title_vertical_pad" value="7"/> - <border name="title_border" left="10" right="10" top="0" bottom="1"/> - <border name="button_border" left="0" right="0" top="0" bottom="2"/> -</frame_geometry> - -<frame_geometry name="small_unfocused" parent="small"> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> - <border name="title_border" left="10" right="10" top="0" bottom="0" /> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <distance name="title_vertical_pad" value="1" /> -</frame_geometry> - -<frame_geometry name="modal" title_scale="small" hide_buttons="true" parent="normal"> - <distance name="title_vertical_pad" value="0"/> -</frame_geometry> - -<!-- drawing operations --> - - <!-- title --> - -<draw_ops name="title_focused"> - <title x="(0 `max` ((width - title_width) / 2)) + 3" - y="(0 `max` ((height - title_height) / 2)) + 2" - color="C_title_focused_hilight" /> - <title x="(0 `max` ((width - title_width) / 2)) + 2" - y="(0 `max` ((height - title_height) / 2)) + 1" - color="C_title_focused" /> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title x="(0 `max` ((width - title_width) / 2)) + 2" - y="(0 `max` ((height - title_height) / 2)) + 1" - color="C_title_unfocused"/> -</draw_ops> - - <!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <gradient type="vertical" x="0" y="0" width="width" height="height"> - <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.4" /> - <color value="gtk:bg[NORMAL]"/> - <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> - <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> - </gradient> -</draw_ops> - -<draw_ops name="titlebar_fill_focused_alt"> - <gradient type="vertical" x="0" y="0" width="width" height="height"> - <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.6" /> - <!-- <color value="gtk:bg[NORMAL]"/> --> - <!-- <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> --> - <color value="gtk:bg[NORMAL]"/> - </gradient> -</draw_ops> - -<draw_ops name="titlebar_fill_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="titlebar_fill_unfocused" /> - <line x1="0" y1="height-1" x2="width-1" y2="height-1" color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="hilight"> - <line x1="0" y1="1" x2="width-1" y2="1" color="C_titlebar_focused_hilight" /> - <gradient type="vertical" x="1" y="1" width="1" height="height-4"> - <color value="C_titlebar_focused_hilight" /> - <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> - </gradient> -</draw_ops> - -<draw_ops name="rounded_hilight"> - <line x1="5" y1="1" x2="width-6" y2="1" color="C_titlebar_focused_hilight" /> - <arc color="C_titlebar_focused_hilight" x="1" y="1" width="7" height="7" start_angle="270" extent_angle="90" /> - <arc color="C_titlebar_focused_hilight" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> - <gradient type="vertical" x="1" y="5" width="1" height="height-9"> - <color value="C_titlebar_focused_hilight" /> - <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> - </gradient> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused_alt" /> - <include name="hilight" /> -</draw_ops> - -<draw_ops name="titlebar_focused_alt"> - <include name="titlebar_fill_focused_alt" /> - <include name="hilight" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused"> - <include name="titlebar_fill_focused_alt" /> - <include name="rounded_hilight" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused_alt"> - <include name="titlebar_fill_focused_alt" /> - <include name="rounded_hilight" /> -</draw_ops> - -<draw_ops name="border_focused"> - <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="border_unfocused"> - <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="4" y1="0" x2="width-5" y2="0" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="4" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="4" y1="0" x2="width-5" y2="0" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="4" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="border_right_focused"> - <line - x1="width-1" y1="0" - x2="width-1" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_right_unfocused"> - <line - x1="width" y1="0" - x2="width" y2="height" - color="C_border_unfocused" /> -</draw_ops> - -<draw_ops name="border_left_focused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_left_unfocused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_unfocused" /> -</draw_ops> - - <!-- button icons--> - -<constant name="C_icons_shadow" value="blend/#000000/gtk:bg[NORMAL]/0.6" /> - -<draw_ops name="close_glyph_focused"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="close_shadow_focused"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="close_focused"> - <include name="close_shadow_focused" y="1" /> - <!-- I'm not happy with the current aa I'll draw it twice to make it darker --> - <include name="close_shadow_focused" y="1" /> - <include name="close_glyph_focused" /> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_glyph_focused" y="1" /> -</draw_ops> - -<draw_ops name="close_glyph_unfocused"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="close_unfocused"> - <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> - <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="close_glyph_unfocused_prelight"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> - <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="close_glyph_unfocused_pressed"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> - <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="maximize_shadow_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="maximize_focused"> - <include name="maximize_shadow_focused" y="1" /> - <include name="maximize_glyph_focused" /> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_glyph_focused" y="1" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <include name="maximize_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="minimize_shadow_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="minimize_focused"> - <include name="minimize_shadow_focused" y="1" /> - <include name="minimize_glyph_focused" /> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_glyph_focused" y="1" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <include name="minimize_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="menu_shadow_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="menu_focused"> - <include name="menu_shadow_focused" y="1" /> - <include name="menu_glyph_focused" /> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_glyph_focused" y="1" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <include name="menu_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="shade_shadow_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="shade_focused"> - <include name="shade_shadow_focused" y="1" /> - <include name="shade_glyph_focused" /> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_glyph_focused" y="1" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <include name="shade_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - - - <!-- button backgrounds --> - -<constant name="C_button_border" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> -<constant name="C_button_hilight" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.6" /> - -<draw_ops name="button_fill"> <!-- button background gradient --> - <gradient type="vertical" x="0" y="0" width="width" height="height-2"> - <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.15" /> - <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.21" /> - <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.27" /> - <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.12" /> - </gradient> -</draw_ops> - -<draw_ops name="button_bottom"> - <line x1="0" y1="height-2" x2="width-1" y2="height-2" color="C_button_border" /> - <line x1="0" y1="height-1" x2="width-1" y2="height-1" color="C_button_hilight" /> -</draw_ops> - -<draw_ops name="button_bevel"> - <gradient type="vertical" x="0" y="0" width="1" height="height-2"> - <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.1"/> - <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> - </gradient> - <gradient type="vertical" x="width-1" y="0" width="1" height="height-2"> - <color value="C_border_focused"/> - <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> - </gradient> -</draw_ops> - -<draw_ops name="button_fill_prelight"> <!-- button background gradient for prelight status --> - <gradient type="vertical" x="0" y="0" width="width" height="height-2"> - <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.03" /> - <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.1" /> - <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.2" /> - <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.04" /> - </gradient> -</draw_ops> - -<draw_ops name="button_fill_pressed"> <!-- button background gradient for pressed status --> - <gradient type="vertical" x="0" y="0" width="width" height="height-2"> - <color value="C_border_focused" /> - <color value="blend/#000000/gtk:bg[NORMAL]/0.75" /> - <color value="blend/#000000/gtk:bg[NORMAL]/0.8" /> - </gradient> -</draw_ops> - -<draw_ops name="button"> - <include name="button_fill" /> - <include name="button_bevel" /> - <include name="button_bottom" /> -</draw_ops> - -<draw_ops name="button_prelight"> - <include name="button_fill_prelight" /> - <include name="button_bevel" /> - <include name="button_bottom" /> -</draw_ops> - -<draw_ops name="button_pressed"> - <include name="button_fill_pressed" /> - <include name="button_bottom" /> -</draw_ops> - -<!-- things get messy here --> - -<draw_ops name="button_inner_right_slice1"> - <clip x="0" y="0" width="width" height="height-5" /> - <include name="button" /> -</draw_ops> -<draw_ops name="button_inner_right_slice2"> - <clip x="1" y="height-5" width="width-1" height="2" /> - <include name="button" /> -</draw_ops> -<draw_ops name="button_inner_right_slice3"> - <clip x="2" y="height-3" width="width-2" height="1" /> - <include name="button" /> -</draw_ops> -<draw_ops name="button_inner_right_slice4"> - <clip x="4" y="height-2" width="width-4" height="2" /> - <include name="button" /> -</draw_ops> - -<draw_ops name="button_inner_right_fill"> - <include name="button_inner_right_slice1" /> - <include name="button_inner_right_slice2" /> - <include name="button_inner_right_slice3" /> - <include name="button_inner_right_slice4" /> -</draw_ops> - -<draw_ops name="button_inner_right_slice1_prelight"> - <clip x="0" y="0" width="width" height="height-5" /> - <include name="button_prelight" /> -</draw_ops> -<draw_ops name="button_inner_right_slice2_prelight"> - <clip x="1" y="height-5" width="width-1" height="2" /> - <include name="button_prelight" /> -</draw_ops> -<draw_ops name="button_inner_right_slice3_prelight"> - <clip x="2" y="height-3" width="width-2" height="1" /> - <include name="button_prelight" /> -</draw_ops> -<draw_ops name="button_inner_right_slice4_prelight"> - <clip x="4" y="height-2" width="width-4" height="2" /> - <include name="button_prelight" /> -</draw_ops> - -<draw_ops name="button_inner_right_fill_prelight"> - <include name="button_inner_right_slice1_prelight" /> - <include name="button_inner_right_slice2_prelight" /> - <include name="button_inner_right_slice3_prelight" /> - <include name="button_inner_right_slice4_prelight" /> -</draw_ops> - -<draw_ops name="button_inner_right_slice1_pressed"> - <clip x="0" y="0" width="width" height="height-5" /> - <include name="button_pressed" /> -</draw_ops> -<draw_ops name="button_inner_right_slice2_pressed"> - <clip x="1" y="height-5" width="width-1" height="2" /> - <include name="button_pressed" /> -</draw_ops> -<draw_ops name="button_inner_right_slice3_pressed"> - <clip x="2" y="height-3" width="width-2" height="1" /> - <include name="button_pressed" /> -</draw_ops> -<draw_ops name="button_inner_right_slice4_pressed"> - <clip x="4" y="height-2" width="width-4" height="2" /> - <include name="button_pressed" /> -</draw_ops> - -<draw_ops name="button_inner_right_fill_pressed"> - <include name="button_inner_right_slice1_pressed" /> - <include name="button_inner_right_slice2_pressed" /> - <include name="button_inner_right_slice3_pressed" /> - <include name="button_inner_right_slice4_pressed" /> -</draw_ops> - - -<draw_ops name="button_inner_right_border"> - <gradient type="vertical" x="0" y="0" width="1" height="height-5"> - <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> - <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> - <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> - </gradient> - <arc color="C_button_hilight" x="1" y="height-10" width="9" height="9" start_angle="180" extent_angle="90" /> - <gradient type="vertical" x="1" y="0" width="1" height="height-5"> - <color value="C_border_focused" /> - <color value="C_button_border" /> - </gradient> - <arc color="C_button_border" x="1" y="height-11" width="9" height="9" start_angle="180" extent_angle="90" /> -</draw_ops> - -<draw_ops name="button_inner_right"> - <include name="button_inner_right_fill" /> - <include name="button_inner_right_border" /> -</draw_ops> - -<draw_ops name="button_inner_right_prelight"> - <include name="button_inner_right_fill_prelight" /> - <include name="button_inner_right_border" /> -</draw_ops> - -<draw_ops name="button_inner_right_pressed"> - <include name="button_inner_right_fill_pressed" /> - <include name="button_inner_right_border" /> -</draw_ops> - -<draw_ops name="button_inner_left_slice1"> - <clip x="0" y="0" width="width-1" height="height-5" /> - <include name="button" /> -</draw_ops> -<draw_ops name="button_inner_left_slice2"> - <clip x="0" y="height-5" width="width-2" height="2" /> - <include name="button" /> -</draw_ops> -<draw_ops name="button_inner_left_slice3"> - <clip x="0" y="height-3" width="width-3" height="1" /> - <include name="button" /> -</draw_ops> -<draw_ops name="button_inner_left_slice4"> - <clip x="0" y="height-2" width="width-5" height="2" /> - <include name="button" /> -</draw_ops> - -<draw_ops name="button_inner_left_fill"> - <include name="button_inner_left_slice1" /> - <include name="button_inner_left_slice2" /> - <include name="button_inner_left_slice3" /> - <include name="button_inner_left_slice4" /> -</draw_ops> - -<draw_ops name="button_inner_left_slice1_prelight"> - <clip x="0" y="0" width="width-1" height="height-5" /> - <include name="button_prelight" /> -</draw_ops> -<draw_ops name="button_inner_left_slice2_prelight"> - <clip x="0" y="height-5" width="width-2" height="2" /> - <include name="button_prelight" /> -</draw_ops> -<draw_ops name="button_inner_left_slice3_prelight"> - <clip x="0" y="height-3" width="width-3" height="1" /> - <include name="button_prelight" /> -</draw_ops> -<draw_ops name="button_inner_left_slice4_prelight"> - <clip x="0" y="height-2" width="width-5" height="2" /> - <include name="button_prelight" /> -</draw_ops> - -<draw_ops name="button_inner_left_fill_prelight"> - <include name="button_inner_left_slice1_prelight" /> - <include name="button_inner_left_slice2_prelight" /> - <include name="button_inner_left_slice3_prelight" /> - <include name="button_inner_left_slice4_prelight" /> -</draw_ops> - -<draw_ops name="button_inner_left_slice1_pressed"> - <clip x="0" y="0" width="width-1" height="height-5" /> - <include name="button_pressed" /> -</draw_ops> -<draw_ops name="button_inner_left_slice2_pressed"> - <clip x="0" y="height-5" width="width-2" height="2" /> - <include name="button_pressed" /> -</draw_ops> -<draw_ops name="button_inner_left_slice3_pressed"> - <clip x="0" y="height-3" width="width-3" height="1" /> - <include name="button_pressed" /> -</draw_ops> -<draw_ops name="button_inner_left_slice4_pressed"> - <clip x="0" y="height-2" width="width-5" height="2" /> - <include name="button_pressed" /> -</draw_ops> - -<draw_ops name="button_inner_left_fill_pressed"> - <include name="button_inner_left_slice1_pressed" /> - <include name="button_inner_left_slice2_pressed" /> - <include name="button_inner_left_slice3_pressed" /> - <include name="button_inner_left_slice4_pressed" /> -</draw_ops> - - -<draw_ops name="button_inner_left_border"> - <gradient type="vertical" x="width-1" y="0" width="1" height="height-6"> - <color value="C_titlebar_focused_hilight" /> - <color value="C_button_hilight" /> - </gradient> - <arc color="C_button_hilight" x="width-11" y="height-11" width="10" height="10" start_angle="90" extent_angle="90" /> - <gradient type="vertical" x="width-2" y="0" width="1" height="height-5"> - <color value="C_border_focused" /> - <color value="C_button_border" /> - </gradient> - <arc color="C_button_border" x="width-11" y="height-11" width="9" height="9" start_angle="90" extent_angle="90" /> -</draw_ops> - -<draw_ops name="button_inner_left"> - <include name="button_inner_left_fill" /> - <include name="button_inner_left_border" /> -</draw_ops> - -<draw_ops name="button_inner_left_prelight"> - <include name="button_inner_left_fill_prelight" /> - <include name="button_inner_left_border" /> -</draw_ops> - -<draw_ops name="button_inner_left_pressed"> - <include name="button_inner_left_fill_pressed" /> - <include name="button_inner_left_border" /> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <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" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_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"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_focused" geometry="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <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" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="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"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <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" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="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"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_focused" geometry="small"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused_alt" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_middle_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_middle_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_focused" geometry="borderless"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_unfocused" geometry="borderless"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- placeholder for unimplementated styles--> -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> - -</metacity_theme> diff --git a/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-3.xml b/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-3.xml deleted file mode 100644 index 3461401ac..000000000 --- a/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,1723 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Adwaita</name> - <author>GNOME Art Team <art.gnome.org></author> - <copyright>Â Intel, Â Red Hat, Lapo Calamandrei</copyright> - <date>2012</date> - <description>Default GNOME 3 window theme</description> -</info> - -<!-- meaningfull constants --> - -<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.7" /> -<constant name="C_border_unfocused" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> -<constant name="C_titlebar_focused_hilight" value="gtk:custom(wm_highlight,gtk:base[NORMAL])" /> -<constant name="C_titlebar_unfocused" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.4" /> -<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])" /> -<constant name="C_title_focused_hilight" value="gtk:custom(wm_title_highlight,gtk:base[NORMAL])" /> -<constant name="C_title_focused_hilight_dark" value="gtk:custom(wm_title_highlight_dark,gtk:bg[NORMAL])" /> -<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])" /> -<!-- color of the button icons --> -<constant name="C_icons_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])" /> -<constant name="C_icons_pressed" value="gtk:text[SELECTED]" /> -<constant name="C_icons_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> -<constant name="C_icons_unfocused_prelight" value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.3" /> -<constant name="C_icons_unfocused_pressed" value="blend/#000000/gtk:bg[NORMAL]/0.7" /> -<constant name="C_icons_shadow" value="gtk:custom(wm_title_shadow,gtk:base[NORMAL])" /> -<constant name="C_separator" value="blend/#000000/gtk:bg[NORMAL]/0.9" /> -<constant name="D_icons_unfocused_offset" value="0" /> <!-- offset of the unfocused icons --> -<constant name="D_icons_shrink" value="3" /> <!-- increasing this value makes the icons in buttons smaller --> -<constant name="D_icons_grow" value="0" /> <!-- increasing this value makes the icons in buttons bigger --> -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> - <distance name="title_vertical_pad" value="16"/> - <border name="title_border" left="10" right="10" top="0" bottom="2"/> - <border name="button_border" left="0" right="0" top="1" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal"> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> -</frame_geometry> - -<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> - <distance name="title_vertical_pad" value="15"/> <!-- - This needs to be 1 less then the - title_vertical_pad on normal state - or you'll have bigger buttons --> - <border name="title_border" left="10" right="10" top="1" bottom="2"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <distance name="bottom_height" value="0" /> -</frame_geometry> - -<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="right_width" value="0" /> -</frame_geometry> - -<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="left_width" value="1" /> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="title_vertical_pad" value="7"/> - <border name="title_border" left="10" right="10" top="0" bottom="1"/> - <border name="button_border" left="0" right="0" top="0" bottom="2"/> -</frame_geometry> - -<frame_geometry name="small_unfocused" parent="small"> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> - <border name="title_border" left="10" right="10" top="0" bottom="0" /> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <distance name="title_vertical_pad" value="1" /> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="bottom_height" value="0" /> - <distance name="title_vertical_pad" value="0" /> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0" /> -</frame_geometry> - -<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> - <distance name="title_vertical_pad" value="5"/> -</frame_geometry> - -<frame_geometry name="attached" title_scale="medium" hide_buttons="true" rounded_top_left="4" rounded_top_right="4" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="1"/> - <distance name="bottom_height" value="1"/> - <distance name="left_width" value="1"/> - <distance name="right_width" value="1"/> -</frame_geometry> - -<!-- drawing operations --> - - <!-- title --> - -<draw_ops name="title_focused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2)) + 2" - color="C_title_focused_hilight" /> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused_hilight_dark" /> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2)) + 1" - color="C_title_focused" /> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2)) + 2" - ellipsize_width="width" - color="C_title_focused_hilight" /> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused_hilight_dark" /> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2)) + 1" - ellipsize_width="width" - color="C_title_focused" /> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2)) + 1" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2)) + 1" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - - <!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <gradient type="vertical" x="0" y="0" width="width" height="height"> - <color value="gtk:custom(wm_bg_a,blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.4)" /> - <color value="gtk:custom(wm_bg_b,gtk:bg[NORMAL])" /> - </gradient> -</draw_ops> - - -<draw_ops name="titlebar_fill_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="hilight"> - <line x1="0" y1="1" x2="width-1" y2="1" color="C_titlebar_focused_hilight" /> - <gradient type="vertical" x="1" y="1" width="1" height="height-4"> - <color value="C_titlebar_focused_hilight" /> - <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> - </gradient> -</draw_ops> - -<draw_ops name="rounded_hilight"> - <line x1="5" y1="1" x2="width-6" y2="1" color="C_titlebar_focused_hilight" /> - <arc color="C_titlebar_focused_hilight" x="1" y="1" width="7" height="7" start_angle="270" extent_angle="90" /> - <arc color="C_titlebar_focused_hilight" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> - <gradient type="vertical" x="1" y="5" width="1" height="height-9"> - <color value="C_titlebar_focused_hilight" /> - <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> - </gradient> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused" /> - <include name="hilight" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused"> - <include name="titlebar_fill_focused" /> - <include name="rounded_hilight" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused_alt"> - <include name="titlebar_fill_focused" /> - <include name="rounded_hilight" /> -</draw_ops> - -<draw_ops name="border_focused"> - <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="border_unfocused"> - <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="4" y1="0" x2="width-5" y2="0" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="4" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="4" y1="0" x2="width-5" y2="0" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="4" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> - - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> -</draw_ops> - - - -<draw_ops name="border_left_focused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_left_unfocused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_unfocused" /> -</draw_ops> - - <!-- button icons--> - - -<draw_ops name="close_shadow_focused"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="close_glyph_pressed"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_pressed" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_pressed" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_pressed" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_pressed" /> -</draw_ops> - -<draw_ops name="close_glyph_prelight"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="gtk:text[NORMAL]" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="gtk:text[NORMAL]" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="gtk:text[NORMAL]" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="gtk:text[NORMAL]" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="gtk:text[NORMAL]" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="gtk:text[NORMAL]" /> -</draw_ops> - -<draw_ops name="close_glyph_focused"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="close_focused"> - <include name="close_shadow_focused" y="1" /> - <include name="close_glyph_focused" /> - -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_glyph_pressed" y="1" /> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_shadow_focused" y="1" /> - <include name="close_glyph_prelight" /> -</draw_ops> - -<draw_ops name="close_glyph_unfocused"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="close_unfocused"> - <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> - <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="close_glyph_unfocused_prelight"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> - <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="close_glyph_unfocused_pressed"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> - <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="maximize_glyph_pressed"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_pressed" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_pressed" /> -</draw_ops> - -<draw_ops name="maximize_glyph_prelight"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="gtk:text[NORMAL]" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="gtk:text[NORMAL]" /> -</draw_ops> - -<draw_ops name="maximize_shadow_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="maximize_focused"> - <include name="maximize_shadow_focused" y="1" /> - <include name="maximize_glyph_focused" /> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_glyph_pressed" y="1" /> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_shadow_focused" y="1" /> - <include name="maximize_glyph_prelight" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <include name="maximize_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="minimize_glyph_pressed"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_pressed" /> -</draw_ops> - -<draw_ops name="minimize_glyph_prelight"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="gtk:text[NORMAL]" /> -</draw_ops> - -<draw_ops name="minimize_shadow_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="minimize_focused"> - <include name="minimize_shadow_focused" y="1" /> - <include name="minimize_glyph_focused" /> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_glyph_pressed" y="1" /> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_shadow_focused" y="1" /> - <include name="minimize_glyph_prelight" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <include name="minimize_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="menu_shadow_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="menu_focused"> - <include name="menu_shadow_focused" y="1" /> - <include name="menu_glyph_focused" /> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_glyph_focused" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <include name="menu_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="shade_shadow_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="shade_focused"> - <include name="shade_shadow_focused" y="1" /> - <include name="shade_glyph_focused" /> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_glyph_focused" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <include name="shade_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - - - <!-- button backgrounds --> - -<constant name="C_button_border" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> -<constant name="C_button_hilight" value="gtk:custom(wm_highlight,blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.6)" /> - -<draw_ops name="button_border"> - <line x1="7" y1="4" x2="width-8" y2="4" color="C_button_border" /> - <arc color="C_button_border" x="width-9" y="4" width="4" height="4" start_angle="0" extent_angle="90"/> - <line x1="width-5" y1="7" x2="width-5" y2="height-8" color="C_button_border" /> - <arc color="C_button_border" x="width-9" y="height-9" width="4" height="4" start_angle="90" extent_angle="90"/> - <line x1="width-7" y1="height-5" x2="7" y2="height-5" color="C_button_border" /> - <arc color="C_button_border" x="4" y="height-9" width="4" height="4" start_angle="180" extent_angle="90"/> - <line x1="4" y1="7" x2="4" y2="height-8" color="C_button_border" /> - <arc color="C_button_border" x="4" y="4" width="4" height="4" start_angle="270" extent_angle="90"/> - <line x1="width-7" y1="height-4" x2="7" y2="height-4" color="C_title_focused_hilight" /> -</draw_ops> - - -<draw_ops name="button_fill"> <!-- button background gradient --> - -</draw_ops> - -<draw_ops name="button_fill_prelight"> <!-- button background gradient for prelight status --> - <gradient type="vertical" x="5" y="5" width="width-10" height="height-10"> - <color value="gtk:custom(button_hover_gradient_color_a,gtk:fg[NORMAL])" /> - <color value="gtk:custom(button_hover_gradient_color_b,gtk:fg[NORMAL])" /> - </gradient> - <include name="button_border" /> -</draw_ops> - -<draw_ops name="button_fill_pressed"> <!-- button background gradient for pressed status --> - <gradient type="vertical" x="5" y="5" width="width-10" height="height-10"> - <color value="gtk:custom(borders,gtk:fg[NORMAL])" /> - <color value="blend/gtk:custom(theme_bg_color,gtk:fg[NORMAL])/#000000/.05" /> - </gradient> - <include name="button_border" /> -</draw_ops> - -<draw_ops name="button"> -</draw_ops> - -<draw_ops name="button_prelight"> - <include name="button_fill_prelight" /> -</draw_ops> - -<draw_ops name="button_pressed"> - <include name="button_fill_pressed" /> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <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" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_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"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_focused" geometry="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <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" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_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"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_focused" geometry="small"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_focused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_unfocused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="borderless" geometry="borderless"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_focused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <!-- <piece position="overlay" draw_ops="border_right_focused" /> --> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <!-- <piece position="overlay" draw_ops="border_right_unfocused" /> --> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_left_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_left_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- placeholder for unimplementated styles--> -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless"/> - <frame focus="no" state="maximized" style="borderless"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh index 4a851cf56..fcdc1d30b 100755 --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -133,10 +133,11 @@ if [ ! -f "$plist" ]; then exit 1 fi -if [ "x$python_dir" == "x" ]; then - echo "Python modules directory not specified." >&2 - - exit 1 +if [ ${add_python} = "true" ]; then + if [ "x$python_dir" == "x" ]; then + echo "Python modules directory not specified." >&2 + exit 1 + fi fi if [ ! -e "$LIBPREFIX" ]; then @@ -273,6 +274,7 @@ for item in Adwaita Clearlooks HighContrast Industrial Raleigh Redmond ThinIce; mkdir -p "$pkgshare/themes/$item" cp -RP "$LIBPREFIX/share/themes/$item/gtk-2.0" "$pkgshare/themes/$item/" done +(cd "$pkgshare/themes/" && ln -s Adwaita Adwaita-osxapp) # Icons and the rest of the script framework rsync -av --exclude ".svn" "$resdir"/Resources/* "$pkgresources/" @@ -302,12 +304,11 @@ ModuleFiles=\${HOME}/Library/Application Support/org.inkscape.Inkscape/0.91/pang END_PANGO mkdir -p $pkgetc/fonts -cp -r $LIBPREFIX/etc/fonts/fonts.conf $pkgetc/fonts/ +#cp -r $LIBPREFIX/etc/fonts/fonts.conf $pkgetc/fonts/ cp -r $LIBPREFIX/etc/fonts/conf.d $pkgetc/fonts/ +cp -r $LIBPREFIX/share/fontconfig/conf.avail $pkgshare/fontconfig/ +(cd $pkgetc/fonts/conf.d && ln -s ../../../share/fontconfig/conf.avail/10-autohint.conf . ) -mkdir -p $pkgetc/gtk-2.0 -sed -e "s,$LIBPREFIX,\${CWD},g" $LIBPREFIX/etc/gtk-2.0/gdk-pixbuf.loaders > $pkgetc/gtk-2.0/gdk-pixbuf.loaders -sed -e "s,$LIBPREFIX,\${CWD},g" $LIBPREFIX/etc/gtk-2.0/gtk.immodules > $pkgetc/gtk-2.0/gtk.immodules for item in gnome-vfs-mime-magic gnome-vfs-2.0 do @@ -328,6 +329,10 @@ cp $LIBPREFIX/lib/gnome-vfs-2.0/modules/*.so $pkglib/gnome-vfs-2.0/modules/ mkdir -p $pkglib/gdk-pixbuf-2.0/$gtk_version/loaders cp $LIBPREFIX/lib/gdk-pixbuf-2.0/$gtk_version/loaders/*.so $pkglib/gdk-pixbuf-2.0/$gtk_version/loaders/ +mkdir -p "$pkgetc/gtk-2.0/" +sed -e "s,$LIBPREFIX,\${CWD},g" $LIBPREFIX/lib/gtk-2.0/$gtk_version/immodules.cache > $pkgetc/gtk-2.0/gtk.immodules +sed -e "s,$LIBPREFIX,\${CWD},g" $LIBPREFIX/lib/gdk-pixbuf-2.0/$gtk_version/loaders.cache > $pkgetc/gtk-2.0/gdk-pixbuf.loaders + cp -r "$LIBPREFIX/lib/ImageMagick-$IMAGEMAGICKVER" "$pkglib/" cp -r "$LIBPREFIX/share/ImageMagick-6" "$pkgresources/share/" @@ -424,7 +429,7 @@ fixlib () { echo "Skipping to_path for $lib in $1" ;; esac - [ $to_path ] && ${LIBPREFIX}/bin/install_name_tool -change "$lib" "$to_path" "$1" + [ $to_path ] && install_name_tool -change "$lib" "$to_path" "$1" fi done fi |
