From 8f56d6be5a2e3116699703da9f103a964ee7222d Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Sun, 6 Oct 2019 00:09:17 -0400 Subject: Menta themes: Use high resolution window control assets This adds higher resolution window controls and explicitly sets the lower resolution size in the image . This allows marco to determine the intended size to be used for either LoDPI or HiDPI rendering. --- .../window-controls/close_focused_normal.png | Bin 1019 -> 2151 bytes .../window-controls/close_focused_prelight.png | Bin 1031 -> 2122 bytes .../window-controls/close_focused_pressed.png | Bin 1016 -> 2096 bytes .../gtk-3.0/window-controls/close_unfocused.png | Bin 732 -> 1417 bytes .../window-controls/close_unfocused_prelight.png | Bin 755 -> 1425 bytes .../window-controls/maximize_focused_normal.png | Bin 965 -> 2000 bytes .../window-controls/maximize_focused_prelight.png | Bin 973 -> 1936 bytes .../window-controls/maximize_focused_pressed.png | Bin 941 -> 1920 bytes .../gtk-3.0/window-controls/maximize_unfocused.png | Bin 713 -> 1311 bytes .../maximize_unfocused_prelight.png | Bin 722 -> 1341 bytes .../Menta/gtk-3.0/window-controls/menu.png | Bin 314 -> 1105 bytes .../gtk-3.0/window-controls/menu_prelight.png | Bin 272 -> 1109 bytes .../window-controls/minimize_focused_normal.png | Bin 967 -> 1984 bytes .../window-controls/minimize_focused_prelight.png | Bin 955 -> 1955 bytes .../window-controls/minimize_focused_pressed.png | Bin 940 -> 1903 bytes .../gtk-3.0/window-controls/minimize_unfocused.png | Bin 714 -> 1315 bytes .../minimize_unfocused_prelight.png | Bin 720 -> 1343 bytes .../Menta/metacity-1/close_focused_normal.svg | 237 ++---------------- .../Menta/metacity-1/close_focused_prelight.svg | 266 ++------------------- .../Menta/metacity-1/close_focused_pressed.svg | 236 ++---------------- .../Menta/metacity-1/close_unfocused.svg | 261 +------------------- .../Menta/metacity-1/close_unfocused_prelight.svg | 216 +---------------- .../Menta/metacity-1/maximize_focused_normal.svg | 236 ++---------------- .../Menta/metacity-1/maximize_focused_prelight.svg | 236 ++---------------- .../Menta/metacity-1/maximize_focused_pressed.svg | 235 ++---------------- .../Menta/metacity-1/maximize_unfocused.svg | 242 +------------------ .../metacity-1/maximize_unfocused_prelight.svg | 242 +------------------ desktop-themes/Menta/metacity-1/menu.png | Bin 314 -> 1105 bytes desktop-themes/Menta/metacity-1/menu_prelight.png | Bin 272 -> 1109 bytes .../Menta/metacity-1/metacity-theme-3.xml | 48 ++-- .../Menta/metacity-1/minimize_focused_normal.svg | 235 ++---------------- .../Menta/metacity-1/minimize_focused_prelight.svg | 235 ++---------------- .../Menta/metacity-1/minimize_focused_pressed.svg | 235 ++---------------- .../Menta/metacity-1/minimize_unfocused.svg | 242 +------------------ .../metacity-1/minimize_unfocused_prelight.svg | 242 +------------------ .../Menta/metacity-1/unmaximize_focused_normal.svg | 236 ++---------------- .../metacity-1/unmaximize_focused_prelight.svg | 236 ++---------------- .../metacity-1/unmaximize_focused_pressed.svg | 235 ++---------------- .../Menta/metacity-1/unmaximize_unfocused.svg | 242 +------------------ .../metacity-1/unmaximize_unfocused_prelight.svg | 242 +------------------ 40 files changed, 392 insertions(+), 4443 deletions(-) (limited to 'desktop-themes/Menta') diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_normal.png b/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_normal.png index b17fa0d8..2eb0c7ec 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_normal.png and b/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_normal.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_prelight.png b/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_prelight.png index 6826f0d9..9bd4f631 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_prelight.png and b/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_prelight.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_pressed.png b/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_pressed.png index d29ad262..872115e7 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_pressed.png and b/desktop-themes/Menta/gtk-3.0/window-controls/close_focused_pressed.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/close_unfocused.png b/desktop-themes/Menta/gtk-3.0/window-controls/close_unfocused.png index b34167d6..fb7a8040 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/close_unfocused.png and b/desktop-themes/Menta/gtk-3.0/window-controls/close_unfocused.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/close_unfocused_prelight.png b/desktop-themes/Menta/gtk-3.0/window-controls/close_unfocused_prelight.png index e94e1d6e..8d328c04 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/close_unfocused_prelight.png and b/desktop-themes/Menta/gtk-3.0/window-controls/close_unfocused_prelight.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_normal.png b/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_normal.png index 28155303..e2db87b1 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_normal.png and b/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_normal.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_prelight.png b/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_prelight.png index 0d73672f..d0b95e54 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_prelight.png and b/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_prelight.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_pressed.png b/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_pressed.png index 51c94672..74db4e91 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_pressed.png and b/desktop-themes/Menta/gtk-3.0/window-controls/maximize_focused_pressed.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/maximize_unfocused.png b/desktop-themes/Menta/gtk-3.0/window-controls/maximize_unfocused.png index 00030a4b..7d8710ff 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/maximize_unfocused.png and b/desktop-themes/Menta/gtk-3.0/window-controls/maximize_unfocused.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/maximize_unfocused_prelight.png b/desktop-themes/Menta/gtk-3.0/window-controls/maximize_unfocused_prelight.png index ea04d63e..140946b1 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/maximize_unfocused_prelight.png and b/desktop-themes/Menta/gtk-3.0/window-controls/maximize_unfocused_prelight.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/menu.png b/desktop-themes/Menta/gtk-3.0/window-controls/menu.png index b35c0828..4756fe47 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/menu.png and b/desktop-themes/Menta/gtk-3.0/window-controls/menu.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/menu_prelight.png b/desktop-themes/Menta/gtk-3.0/window-controls/menu_prelight.png index 0713ddc7..d9464130 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/menu_prelight.png and b/desktop-themes/Menta/gtk-3.0/window-controls/menu_prelight.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_normal.png b/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_normal.png index 961773ba..8b23122d 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_normal.png and b/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_normal.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_prelight.png b/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_prelight.png index f5e106dc..01ecbfe8 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_prelight.png and b/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_prelight.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_pressed.png b/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_pressed.png index bd001f2b..1fba3533 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_pressed.png and b/desktop-themes/Menta/gtk-3.0/window-controls/minimize_focused_pressed.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/minimize_unfocused.png b/desktop-themes/Menta/gtk-3.0/window-controls/minimize_unfocused.png index edf2942a..a97951ce 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/minimize_unfocused.png and b/desktop-themes/Menta/gtk-3.0/window-controls/minimize_unfocused.png differ diff --git a/desktop-themes/Menta/gtk-3.0/window-controls/minimize_unfocused_prelight.png b/desktop-themes/Menta/gtk-3.0/window-controls/minimize_unfocused_prelight.png index 27550260..22f8ed3b 100644 Binary files a/desktop-themes/Menta/gtk-3.0/window-controls/minimize_unfocused_prelight.png and b/desktop-themes/Menta/gtk-3.0/window-controls/minimize_unfocused_prelight.png differ diff --git a/desktop-themes/Menta/metacity-1/close_focused_normal.svg b/desktop-themes/Menta/metacity-1/close_focused_normal.svg index 0fedea70..82910b90 100644 --- a/desktop-themes/Menta/metacity-1/close_focused_normal.svg +++ b/desktop-themes/Menta/metacity-1/close_focused_normal.svg @@ -1,213 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/close_focused_prelight.svg b/desktop-themes/Menta/metacity-1/close_focused_prelight.svg index 30aeca52..ce7464e3 100644 --- a/desktop-themes/Menta/metacity-1/close_focused_prelight.svg +++ b/desktop-themes/Menta/metacity-1/close_focused_prelight.svg @@ -1,242 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/close_focused_pressed.svg b/desktop-themes/Menta/metacity-1/close_focused_pressed.svg index 58b773c3..74a49995 100644 --- a/desktop-themes/Menta/metacity-1/close_focused_pressed.svg +++ b/desktop-themes/Menta/metacity-1/close_focused_pressed.svg @@ -1,212 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/close_unfocused.svg b/desktop-themes/Menta/metacity-1/close_unfocused.svg index ec9c30c8..bd879e92 100644 --- a/desktop-themes/Menta/metacity-1/close_unfocused.svg +++ b/desktop-themes/Menta/metacity-1/close_unfocused.svg @@ -1,252 +1,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/close_unfocused_prelight.svg b/desktop-themes/Menta/metacity-1/close_unfocused_prelight.svg index 5c3dd268..613129f6 100644 --- a/desktop-themes/Menta/metacity-1/close_unfocused_prelight.svg +++ b/desktop-themes/Menta/metacity-1/close_unfocused_prelight.svg @@ -1,207 +1,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/maximize_focused_normal.svg b/desktop-themes/Menta/metacity-1/maximize_focused_normal.svg index 227116f7..fdac8415 100644 --- a/desktop-themes/Menta/metacity-1/maximize_focused_normal.svg +++ b/desktop-themes/Menta/metacity-1/maximize_focused_normal.svg @@ -1,212 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/maximize_focused_prelight.svg b/desktop-themes/Menta/metacity-1/maximize_focused_prelight.svg index 05d36ff4..a32dda15 100644 --- a/desktop-themes/Menta/metacity-1/maximize_focused_prelight.svg +++ b/desktop-themes/Menta/metacity-1/maximize_focused_prelight.svg @@ -1,212 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/maximize_focused_pressed.svg b/desktop-themes/Menta/metacity-1/maximize_focused_pressed.svg index 58183207..bd64a16e 100644 --- a/desktop-themes/Menta/metacity-1/maximize_focused_pressed.svg +++ b/desktop-themes/Menta/metacity-1/maximize_focused_pressed.svg @@ -1,211 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/maximize_unfocused.svg b/desktop-themes/Menta/metacity-1/maximize_unfocused.svg index 2cc9b555..bf6911b4 100644 --- a/desktop-themes/Menta/metacity-1/maximize_unfocused.svg +++ b/desktop-themes/Menta/metacity-1/maximize_unfocused.svg @@ -1,235 +1,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/maximize_unfocused_prelight.svg b/desktop-themes/Menta/metacity-1/maximize_unfocused_prelight.svg index f056e9b6..aea31f62 100644 --- a/desktop-themes/Menta/metacity-1/maximize_unfocused_prelight.svg +++ b/desktop-themes/Menta/metacity-1/maximize_unfocused_prelight.svg @@ -1,235 +1,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/menu.png b/desktop-themes/Menta/metacity-1/menu.png index b35c0828..4756fe47 100644 Binary files a/desktop-themes/Menta/metacity-1/menu.png and b/desktop-themes/Menta/metacity-1/menu.png differ diff --git a/desktop-themes/Menta/metacity-1/menu_prelight.png b/desktop-themes/Menta/metacity-1/menu_prelight.png index 0713ddc7..d9464130 100644 Binary files a/desktop-themes/Menta/metacity-1/menu_prelight.png and b/desktop-themes/Menta/metacity-1/menu_prelight.png differ diff --git a/desktop-themes/Menta/metacity-1/metacity-theme-3.xml b/desktop-themes/Menta/metacity-1/metacity-theme-3.xml index 0510cc7a..1dff0d43 100644 --- a/desktop-themes/Menta/metacity-1/metacity-theme-3.xml +++ b/desktop-themes/Menta/metacity-1/metacity-theme-3.xml @@ -261,7 +261,7 @@ - + @@ -269,15 +269,15 @@ - + - + - + @@ -285,7 +285,7 @@ - + @@ -293,7 +293,7 @@ - + @@ -301,7 +301,7 @@ - + @@ -309,15 +309,15 @@ - + - + - + @@ -325,7 +325,7 @@ - + @@ -333,7 +333,7 @@ - + @@ -341,7 +341,7 @@ - + @@ -349,15 +349,15 @@ - + - + - + @@ -365,7 +365,7 @@ - + @@ -373,7 +373,7 @@ - + @@ -381,7 +381,7 @@ - + @@ -389,15 +389,15 @@ - + - + - + @@ -405,7 +405,7 @@ - + @@ -413,7 +413,7 @@ - + diff --git a/desktop-themes/Menta/metacity-1/minimize_focused_normal.svg b/desktop-themes/Menta/metacity-1/minimize_focused_normal.svg index 226df060..c1915a67 100644 --- a/desktop-themes/Menta/metacity-1/minimize_focused_normal.svg +++ b/desktop-themes/Menta/metacity-1/minimize_focused_normal.svg @@ -1,211 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/minimize_focused_prelight.svg b/desktop-themes/Menta/metacity-1/minimize_focused_prelight.svg index 39fc43ec..4f5afe05 100644 --- a/desktop-themes/Menta/metacity-1/minimize_focused_prelight.svg +++ b/desktop-themes/Menta/metacity-1/minimize_focused_prelight.svg @@ -1,211 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/minimize_focused_pressed.svg b/desktop-themes/Menta/metacity-1/minimize_focused_pressed.svg index b4e5629e..5f02a22d 100644 --- a/desktop-themes/Menta/metacity-1/minimize_focused_pressed.svg +++ b/desktop-themes/Menta/metacity-1/minimize_focused_pressed.svg @@ -1,211 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/minimize_unfocused.svg b/desktop-themes/Menta/metacity-1/minimize_unfocused.svg index 90b134ef..7ebff449 100644 --- a/desktop-themes/Menta/metacity-1/minimize_unfocused.svg +++ b/desktop-themes/Menta/metacity-1/minimize_unfocused.svg @@ -1,235 +1,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/minimize_unfocused_prelight.svg b/desktop-themes/Menta/metacity-1/minimize_unfocused_prelight.svg index d645f34b..a5a0150f 100644 --- a/desktop-themes/Menta/metacity-1/minimize_unfocused_prelight.svg +++ b/desktop-themes/Menta/metacity-1/minimize_unfocused_prelight.svg @@ -1,235 +1,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/unmaximize_focused_normal.svg b/desktop-themes/Menta/metacity-1/unmaximize_focused_normal.svg index 2a413808..fdac8415 100644 --- a/desktop-themes/Menta/metacity-1/unmaximize_focused_normal.svg +++ b/desktop-themes/Menta/metacity-1/unmaximize_focused_normal.svg @@ -1,212 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/unmaximize_focused_prelight.svg b/desktop-themes/Menta/metacity-1/unmaximize_focused_prelight.svg index 641fc43c..a32dda15 100644 --- a/desktop-themes/Menta/metacity-1/unmaximize_focused_prelight.svg +++ b/desktop-themes/Menta/metacity-1/unmaximize_focused_prelight.svg @@ -1,212 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/unmaximize_focused_pressed.svg b/desktop-themes/Menta/metacity-1/unmaximize_focused_pressed.svg index cb100808..bd64a16e 100644 --- a/desktop-themes/Menta/metacity-1/unmaximize_focused_pressed.svg +++ b/desktop-themes/Menta/metacity-1/unmaximize_focused_pressed.svg @@ -1,211 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/unmaximize_unfocused.svg b/desktop-themes/Menta/metacity-1/unmaximize_unfocused.svg index 190fa59b..bf6911b4 100644 --- a/desktop-themes/Menta/metacity-1/unmaximize_unfocused.svg +++ b/desktop-themes/Menta/metacity-1/unmaximize_unfocused.svg @@ -1,235 +1,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - + + + + + + + + diff --git a/desktop-themes/Menta/metacity-1/unmaximize_unfocused_prelight.svg b/desktop-themes/Menta/metacity-1/unmaximize_unfocused_prelight.svg index 3856a573..aea31f62 100644 --- a/desktop-themes/Menta/metacity-1/unmaximize_unfocused_prelight.svg +++ b/desktop-themes/Menta/metacity-1/unmaximize_unfocused_prelight.svg @@ -1,235 +1,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - + + + + + + + + -- cgit v1.2.1