From 0b3f9d5bc5cb8ac073e56c8adc134179c2d0d507 Mon Sep 17 00:00:00 2001 From: David Barr Date: Sun, 21 Apr 2024 19:26:05 +0100 Subject: [PATCH 01/10] Create initial adwaita buttons --- .../Adwaita-dark/openbox-3/close-active.svg | 68 ++++++++ .../Adwaita-dark/openbox-3/close-inactive.svg | 68 ++++++++ .../openbox-3/close_hover-active.svg | 68 ++++++++ .../openbox-3/close_hover-inactive.svg | 68 ++++++++ .../Adwaita-dark/openbox-3/iconify-active.svg | 68 ++++++++ .../openbox-3/iconify-inactive.svg | 68 ++++++++ .../openbox-3/iconify_hover-active.svg | 68 ++++++++ .../openbox-3/iconify_hover-inactive.svg | 68 ++++++++ .../svg/Adwaita-dark/openbox-3/max-active.svg | 84 +++++++++ .../Adwaita-dark/openbox-3/max-inactive.svg | 68 ++++++++ .../openbox-3/max_hover-active.svg | 68 ++++++++ .../openbox-3/max_hover-inactive.svg | 68 ++++++++ .../openbox-3/max_toggled-active.svg | 68 ++++++++ .../openbox-3/max_toggled-inactive.svg | 68 ++++++++ .../Adwaita-dark/openbox-3/menu-active.svg | 59 +++++++ .../Adwaita-dark/openbox-3/menu-inactive.svg | 76 +++++++++ .../openbox-3/menu_hover-active.svg | 69 ++++++++ .../openbox-3/menu_hover-inactive.svg | 76 +++++++++ .../svg/Adwaita/openbox-3/close-active.svg | 121 +++++++++++++ .../svg/Adwaita/openbox-3/close-inactive.svg | 155 +++++++++++++++++ .../Adwaita/openbox-3/close_hover-active.svg | 121 +++++++++++++ .../openbox-3/close_hover-inactive.svg | 155 +++++++++++++++++ .../svg/Adwaita/openbox-3/iconify-active.svg | 122 ++++++++++++++ .../Adwaita/openbox-3/iconify-inactive.svg | 155 +++++++++++++++++ .../openbox-3/iconify_hover-active.svg | 122 ++++++++++++++ .../openbox-3/iconify_hover-inactive.svg | 155 +++++++++++++++++ .../svg/Adwaita/openbox-3/max-active.svg | 118 +++++++++++++ .../svg/Adwaita/openbox-3/max-inactive.svg | 159 ++++++++++++++++++ .../Adwaita/openbox-3/max-toggled-active.svg | 159 ++++++++++++++++++ .../openbox-3/max-toggled-inactive.svg | 159 ++++++++++++++++++ .../Adwaita/openbox-3/max_hover-active.svg | 122 ++++++++++++++ .../Adwaita/openbox-3/max_hover-inactive.svg | 159 ++++++++++++++++++ .../svg/Adwaita/openbox-3/menu-active.svg | 59 +++++++ .../svg/Adwaita/openbox-3/menu-inactive.svg | 76 +++++++++ .../Adwaita/openbox-3/menu_hover-active.svg | 69 ++++++++ .../Adwaita/openbox-3/menu_hover-inactive.svg | 76 +++++++++ 36 files changed, 3510 insertions(+) create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/close-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/close-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/close_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/close_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/iconify-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/iconify-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max_toggled-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max_toggled-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/close-active.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/close-inactive.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/close_hover-active.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/close_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/iconify-active.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/iconify-inactive.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/iconify_hover-active.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/iconify_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/max-active.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/max-inactive.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/max-toggled-active.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/max_hover-active.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/max_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/menu-active.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/menu-inactive.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg create mode 100644 button-themes/svg/Adwaita/openbox-3/menu_hover-inactive.svg diff --git a/button-themes/svg/Adwaita-dark/openbox-3/close-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/close-active.svg new file mode 100644 index 0000000..38a5c26 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/close-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/close-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/close-inactive.svg new file mode 100644 index 0000000..6106c81 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/close-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/close_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/close_hover-active.svg new file mode 100644 index 0000000..352f360 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/close_hover-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/close_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/close_hover-inactive.svg new file mode 100644 index 0000000..28df50d --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/close_hover-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/iconify-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/iconify-active.svg new file mode 100644 index 0000000..b89f239 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/iconify-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/iconify-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/iconify-inactive.svg new file mode 100644 index 0000000..c1be322 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/iconify-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-active.svg new file mode 100644 index 0000000..f8538d0 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-inactive.svg new file mode 100644 index 0000000..9375efa --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/max-active.svg new file mode 100644 index 0000000..b7704fe --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/max-active.svg @@ -0,0 +1,84 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg new file mode 100644 index 0000000..94a7ad2 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/max_hover-active.svg new file mode 100644 index 0000000..a9c8cef --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/max_hover-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/max_hover-inactive.svg new file mode 100644 index 0000000..ab7ba1c --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/max_hover-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-active.svg new file mode 100644 index 0000000..a14af61 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-inactive.svg new file mode 100644 index 0000000..ea1c8b9 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-active.svg new file mode 100644 index 0000000..95b6759 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu-active.svg @@ -0,0 +1,59 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg new file mode 100644 index 0000000..606cebf --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg @@ -0,0 +1,76 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg new file mode 100644 index 0000000..ba30947 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg @@ -0,0 +1,69 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-inactive.svg new file mode 100644 index 0000000..c6d2c4f --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-inactive.svg @@ -0,0 +1,76 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/close-active.svg b/button-themes/svg/Adwaita/openbox-3/close-active.svg new file mode 100644 index 0000000..4e0f801 --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/close-active.svg @@ -0,0 +1,121 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/close-inactive.svg b/button-themes/svg/Adwaita/openbox-3/close-inactive.svg new file mode 100644 index 0000000..c4400c1 --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/close-inactive.svg @@ -0,0 +1,155 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/close_hover-active.svg b/button-themes/svg/Adwaita/openbox-3/close_hover-active.svg new file mode 100644 index 0000000..ea4d7f0 --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/close_hover-active.svg @@ -0,0 +1,121 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/close_hover-inactive.svg b/button-themes/svg/Adwaita/openbox-3/close_hover-inactive.svg new file mode 100644 index 0000000..c4400c1 --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/close_hover-inactive.svg @@ -0,0 +1,155 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/iconify-active.svg b/button-themes/svg/Adwaita/openbox-3/iconify-active.svg new file mode 100644 index 0000000..836e4be --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/iconify-active.svg @@ -0,0 +1,122 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/iconify-inactive.svg b/button-themes/svg/Adwaita/openbox-3/iconify-inactive.svg new file mode 100644 index 0000000..051840e --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/iconify-inactive.svg @@ -0,0 +1,155 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/iconify_hover-active.svg b/button-themes/svg/Adwaita/openbox-3/iconify_hover-active.svg new file mode 100644 index 0000000..8b03309 --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/iconify_hover-active.svg @@ -0,0 +1,122 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/iconify_hover-inactive.svg b/button-themes/svg/Adwaita/openbox-3/iconify_hover-inactive.svg new file mode 100644 index 0000000..051840e --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/iconify_hover-inactive.svg @@ -0,0 +1,155 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/max-active.svg b/button-themes/svg/Adwaita/openbox-3/max-active.svg new file mode 100644 index 0000000..b8dff13 --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/max-active.svg @@ -0,0 +1,118 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/max-inactive.svg b/button-themes/svg/Adwaita/openbox-3/max-inactive.svg new file mode 100644 index 0000000..9d9c01e --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/max-inactive.svg @@ -0,0 +1,159 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/max-toggled-active.svg b/button-themes/svg/Adwaita/openbox-3/max-toggled-active.svg new file mode 100644 index 0000000..adff4ea --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/max-toggled-active.svg @@ -0,0 +1,159 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg b/button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg new file mode 100644 index 0000000..15f3483 --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg @@ -0,0 +1,159 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/max_hover-active.svg b/button-themes/svg/Adwaita/openbox-3/max_hover-active.svg new file mode 100644 index 0000000..56a5b72 --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/max_hover-active.svg @@ -0,0 +1,122 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/max_hover-inactive.svg b/button-themes/svg/Adwaita/openbox-3/max_hover-inactive.svg new file mode 100644 index 0000000..9d9c01e --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/max_hover-inactive.svg @@ -0,0 +1,159 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/menu-active.svg b/button-themes/svg/Adwaita/openbox-3/menu-active.svg new file mode 100644 index 0000000..514a88a --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/menu-active.svg @@ -0,0 +1,59 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/menu-inactive.svg b/button-themes/svg/Adwaita/openbox-3/menu-inactive.svg new file mode 100644 index 0000000..606cebf --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/menu-inactive.svg @@ -0,0 +1,76 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg b/button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg new file mode 100644 index 0000000..d8b311f --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg @@ -0,0 +1,69 @@ + + + + diff --git a/button-themes/svg/Adwaita/openbox-3/menu_hover-inactive.svg b/button-themes/svg/Adwaita/openbox-3/menu_hover-inactive.svg new file mode 100644 index 0000000..c6d2c4f --- /dev/null +++ b/button-themes/svg/Adwaita/openbox-3/menu_hover-inactive.svg @@ -0,0 +1,76 @@ + + + + From dabad7e366ed344162f603b50705775ca4a4d3f5 Mon Sep 17 00:00:00 2001 From: David Barr Date: Mon, 22 Apr 2024 15:23:37 +0100 Subject: [PATCH 02/10] add adwaita themes using xbms adwaita styled themes, make an approximation of the adwaita ui svgs for buttons. --- .../openbox-3/blanks/iconify_hover.xbm | 5 ++ .../openbox-3/blanks/max_hover.xbm | 5 ++ .../openbox-3/blanks/menu_hover.xbm | 5 ++ themes/Adwaita-Labwc-dark/openbox-3/close.xbm | 5 ++ .../Adwaita-Labwc-dark/openbox-3/iconify.xbm | 5 ++ themes/Adwaita-Labwc-dark/openbox-3/max.xbm | 5 ++ .../openbox-3/max_toggled.xbm | 5 ++ themes/Adwaita-Labwc-dark/openbox-3/menu.xbm | 5 ++ .../openbox-3/shade-toggled.xbm | 5 ++ themes/Adwaita-Labwc-dark/openbox-3/shade.xbm | 5 ++ themes/Adwaita-Labwc-dark/openbox-3/themerc | 65 +++++++++++++++++++ themes/Adwaita-Labwc/openbox-3/close.xbm | 5 ++ themes/Adwaita-Labwc/openbox-3/iconify.xbm | 5 ++ themes/Adwaita-Labwc/openbox-3/max.xbm | 5 ++ .../openbox-3/max_toggled-active.xbm | 5 ++ .../Adwaita-Labwc/openbox-3/max_toggled.xbm | 5 ++ themes/Adwaita-Labwc/openbox-3/menu.xbm | 5 ++ .../Adwaita-Labwc/openbox-3/shade-toggled.xbm | 5 ++ themes/Adwaita-Labwc/openbox-3/shade.xbm | 5 ++ themes/Adwaita-Labwc/openbox-3/themerc | 64 ++++++++++++++++++ 20 files changed, 219 insertions(+) create mode 100644 themes/Adwaita-Labwc-dark/openbox-3/blanks/iconify_hover.xbm create mode 100644 themes/Adwaita-Labwc-dark/openbox-3/blanks/max_hover.xbm create mode 100644 themes/Adwaita-Labwc-dark/openbox-3/blanks/menu_hover.xbm create mode 100644 themes/Adwaita-Labwc-dark/openbox-3/close.xbm create mode 100644 themes/Adwaita-Labwc-dark/openbox-3/iconify.xbm create mode 100644 themes/Adwaita-Labwc-dark/openbox-3/max.xbm create mode 100644 themes/Adwaita-Labwc-dark/openbox-3/max_toggled.xbm create mode 100644 themes/Adwaita-Labwc-dark/openbox-3/menu.xbm create mode 100644 themes/Adwaita-Labwc-dark/openbox-3/shade-toggled.xbm create mode 100644 themes/Adwaita-Labwc-dark/openbox-3/shade.xbm create mode 100644 themes/Adwaita-Labwc-dark/openbox-3/themerc create mode 100644 themes/Adwaita-Labwc/openbox-3/close.xbm create mode 100644 themes/Adwaita-Labwc/openbox-3/iconify.xbm create mode 100644 themes/Adwaita-Labwc/openbox-3/max.xbm create mode 100644 themes/Adwaita-Labwc/openbox-3/max_toggled-active.xbm create mode 100644 themes/Adwaita-Labwc/openbox-3/max_toggled.xbm create mode 100644 themes/Adwaita-Labwc/openbox-3/menu.xbm create mode 100644 themes/Adwaita-Labwc/openbox-3/shade-toggled.xbm create mode 100644 themes/Adwaita-Labwc/openbox-3/shade.xbm create mode 100644 themes/Adwaita-Labwc/openbox-3/themerc diff --git a/themes/Adwaita-Labwc-dark/openbox-3/blanks/iconify_hover.xbm b/themes/Adwaita-Labwc-dark/openbox-3/blanks/iconify_hover.xbm new file mode 100644 index 0000000..9596517 --- /dev/null +++ b/themes/Adwaita-Labwc-dark/openbox-3/blanks/iconify_hover.xbm @@ -0,0 +1,5 @@ +#define menu_width 10 +#define menu_height 10 +static unsigned char menu_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc-dark/openbox-3/blanks/max_hover.xbm b/themes/Adwaita-Labwc-dark/openbox-3/blanks/max_hover.xbm new file mode 100644 index 0000000..9596517 --- /dev/null +++ b/themes/Adwaita-Labwc-dark/openbox-3/blanks/max_hover.xbm @@ -0,0 +1,5 @@ +#define menu_width 10 +#define menu_height 10 +static unsigned char menu_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc-dark/openbox-3/blanks/menu_hover.xbm b/themes/Adwaita-Labwc-dark/openbox-3/blanks/menu_hover.xbm new file mode 100644 index 0000000..9596517 --- /dev/null +++ b/themes/Adwaita-Labwc-dark/openbox-3/blanks/menu_hover.xbm @@ -0,0 +1,5 @@ +#define menu_width 10 +#define menu_height 10 +static unsigned char menu_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc-dark/openbox-3/close.xbm b/themes/Adwaita-Labwc-dark/openbox-3/close.xbm new file mode 100644 index 0000000..dba2ab9 --- /dev/null +++ b/themes/Adwaita-Labwc-dark/openbox-3/close.xbm @@ -0,0 +1,5 @@ +#define close_width 10 +#define close_height 10 +static unsigned char close_bits[] = { + 0x00, 0x00, 0x86, 0x01, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00, + 0xfc, 0x00, 0xce, 0x01, 0x86, 0x01, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc-dark/openbox-3/iconify.xbm b/themes/Adwaita-Labwc-dark/openbox-3/iconify.xbm new file mode 100644 index 0000000..a3ea7e8 --- /dev/null +++ b/themes/Adwaita-Labwc-dark/openbox-3/iconify.xbm @@ -0,0 +1,5 @@ +#define iconify_width 10 +#define iconify_height 10 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc-dark/openbox-3/max.xbm b/themes/Adwaita-Labwc-dark/openbox-3/max.xbm new file mode 100644 index 0000000..0f754dc --- /dev/null +++ b/themes/Adwaita-Labwc-dark/openbox-3/max.xbm @@ -0,0 +1,5 @@ +#define max_width 10 +#define max_height 10 +static unsigned char max_bits[] = { + 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x86, 0x01, 0x86, 0x01, 0x86, 0x01, + 0x86, 0x01, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc-dark/openbox-3/max_toggled.xbm b/themes/Adwaita-Labwc-dark/openbox-3/max_toggled.xbm new file mode 100644 index 0000000..dc5f309 --- /dev/null +++ b/themes/Adwaita-Labwc-dark/openbox-3/max_toggled.xbm @@ -0,0 +1,5 @@ +#define max_toggled_active_width 10 +#define max_toggled_active_height 10 +static unsigned char max_toggled_active_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0xfc, 0x00, 0xcc, 0x00, 0xcc, 0x00, + 0xfc, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc-dark/openbox-3/menu.xbm b/themes/Adwaita-Labwc-dark/openbox-3/menu.xbm new file mode 100644 index 0000000..b4e0139 --- /dev/null +++ b/themes/Adwaita-Labwc-dark/openbox-3/menu.xbm @@ -0,0 +1,5 @@ +#define menu_width 10 +#define menu_height 10 +static unsigned char menu_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x86, 0x01, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, + 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc-dark/openbox-3/shade-toggled.xbm b/themes/Adwaita-Labwc-dark/openbox-3/shade-toggled.xbm new file mode 100644 index 0000000..de93343 --- /dev/null +++ b/themes/Adwaita-Labwc-dark/openbox-3/shade-toggled.xbm @@ -0,0 +1,5 @@ +#define shade_toggled_width 10 +#define shade_toggled_height 10 +static unsigned char shade_toggled_bits[] = { + 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, + 0x02, 0x01, 0x00, 0x00, 0xb6, 0x01, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc-dark/openbox-3/shade.xbm b/themes/Adwaita-Labwc-dark/openbox-3/shade.xbm new file mode 100644 index 0000000..7a624d3 --- /dev/null +++ b/themes/Adwaita-Labwc-dark/openbox-3/shade.xbm @@ -0,0 +1,5 @@ +#define shade_width 10 +#define shade_height 10 +static unsigned char shade_bits[] = { + 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc-dark/openbox-3/themerc b/themes/Adwaita-Labwc-dark/openbox-3/themerc new file mode 100644 index 0000000..e54c2a4 --- /dev/null +++ b/themes/Adwaita-Labwc-dark/openbox-3/themerc @@ -0,0 +1,65 @@ +# general +border.width: 1 +padding.height: 8 +titlebar.height: 32 +menu.items.padding.y:8 +menu.items.padding.x: 12 +menu.width.min: 140 +menu.width.max: 900 +menu.overlap.x: 2 +menu.overlap.y: 0 +window.label.text.justify: center + +# Active Windows +window.active.title.bg.color: #303030 +window.active.border.color: #3f3f3fee +window.active.label.text.color: #ffffff +window.active.indicator.toggled-keybind.color: #ff0000 + +window.active.button.unpressed.image.color: #f8f8f8 95 +window.active.button.hover.image.color: #ffffff +window.active.button.menu.unpressed.image.color: #ffffff +window.active.button.max.unpressed.image.color: #ffffff +window.active.button.iconify.unpressed.image.color: #ffffff + +# Inactive Windows +window.inactive.title.bg.color: #242424 +window.inactive.border.color: #242424 81 +window.inactive.label.text.color: #919191 + +window.inactive.button.unpressed.image.color: #8e8e8e +window.inactive.button.menu.unpressed.image.color: #8e8e8e +window.inactive.button.max.unpressed.image.color: #8e8e8e +window.inactive.button.iconify.unpressed.image.color: #8e8e8e + +# menu +menu.items.bg.color: #353535 +menu.items.text.color: #ffffff +menu.items.active.bg.color: #5d5d5d +menu.items.active.text.color: #ffffff +menu.separator.width: 1 +menu.separator.padding.width: 6 +menu.separator.padding.height: 3 +menu.separator.color: #494949 + +# on screen display (window-cycle dialog) +osd.bg.color: #303030 +osd.border.color: #353535 +osd.border.width: 1 +osd.label.text.color: #ffffff + +osd.window-switcher.width: 600 +osd.window-switcher.padding: 4 +osd.window-switcher.item.padding.x: 10 +osd.window-switcher.item.padding.y: 1 +osd.window-switcher.item.active.border.width: 2 + +osd.workspace-switcher.boxes.width: 68 +osd.workspace-switcher.boxes.height: 28 + + + + + + + diff --git a/themes/Adwaita-Labwc/openbox-3/close.xbm b/themes/Adwaita-Labwc/openbox-3/close.xbm new file mode 100644 index 0000000..dba2ab9 --- /dev/null +++ b/themes/Adwaita-Labwc/openbox-3/close.xbm @@ -0,0 +1,5 @@ +#define close_width 10 +#define close_height 10 +static unsigned char close_bits[] = { + 0x00, 0x00, 0x86, 0x01, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00, + 0xfc, 0x00, 0xce, 0x01, 0x86, 0x01, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc/openbox-3/iconify.xbm b/themes/Adwaita-Labwc/openbox-3/iconify.xbm new file mode 100644 index 0000000..a3ea7e8 --- /dev/null +++ b/themes/Adwaita-Labwc/openbox-3/iconify.xbm @@ -0,0 +1,5 @@ +#define iconify_width 10 +#define iconify_height 10 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc/openbox-3/max.xbm b/themes/Adwaita-Labwc/openbox-3/max.xbm new file mode 100644 index 0000000..0f754dc --- /dev/null +++ b/themes/Adwaita-Labwc/openbox-3/max.xbm @@ -0,0 +1,5 @@ +#define max_width 10 +#define max_height 10 +static unsigned char max_bits[] = { + 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x86, 0x01, 0x86, 0x01, 0x86, 0x01, + 0x86, 0x01, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc/openbox-3/max_toggled-active.xbm b/themes/Adwaita-Labwc/openbox-3/max_toggled-active.xbm new file mode 100644 index 0000000..dc5f309 --- /dev/null +++ b/themes/Adwaita-Labwc/openbox-3/max_toggled-active.xbm @@ -0,0 +1,5 @@ +#define max_toggled_active_width 10 +#define max_toggled_active_height 10 +static unsigned char max_toggled_active_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0xfc, 0x00, 0xcc, 0x00, 0xcc, 0x00, + 0xfc, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc/openbox-3/max_toggled.xbm b/themes/Adwaita-Labwc/openbox-3/max_toggled.xbm new file mode 100644 index 0000000..dc5f309 --- /dev/null +++ b/themes/Adwaita-Labwc/openbox-3/max_toggled.xbm @@ -0,0 +1,5 @@ +#define max_toggled_active_width 10 +#define max_toggled_active_height 10 +static unsigned char max_toggled_active_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0xfc, 0x00, 0xcc, 0x00, 0xcc, 0x00, + 0xfc, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc/openbox-3/menu.xbm b/themes/Adwaita-Labwc/openbox-3/menu.xbm new file mode 100644 index 0000000..b4e0139 --- /dev/null +++ b/themes/Adwaita-Labwc/openbox-3/menu.xbm @@ -0,0 +1,5 @@ +#define menu_width 10 +#define menu_height 10 +static unsigned char menu_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x86, 0x01, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, + 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc/openbox-3/shade-toggled.xbm b/themes/Adwaita-Labwc/openbox-3/shade-toggled.xbm new file mode 100644 index 0000000..de93343 --- /dev/null +++ b/themes/Adwaita-Labwc/openbox-3/shade-toggled.xbm @@ -0,0 +1,5 @@ +#define shade_toggled_width 10 +#define shade_toggled_height 10 +static unsigned char shade_toggled_bits[] = { + 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, + 0x02, 0x01, 0x00, 0x00, 0xb6, 0x01, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc/openbox-3/shade.xbm b/themes/Adwaita-Labwc/openbox-3/shade.xbm new file mode 100644 index 0000000..7a624d3 --- /dev/null +++ b/themes/Adwaita-Labwc/openbox-3/shade.xbm @@ -0,0 +1,5 @@ +#define shade_width 10 +#define shade_height 10 +static unsigned char shade_bits[] = { + 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc/openbox-3/themerc b/themes/Adwaita-Labwc/openbox-3/themerc new file mode 100644 index 0000000..e4ab079 --- /dev/null +++ b/themes/Adwaita-Labwc/openbox-3/themerc @@ -0,0 +1,64 @@ + +# general +border.width: 1 +padding.height: 8 +titlebar.height: 32 +menu.items.padding.y:8 +menu.items.padding.x: 12 +menu.width.min: 140 +menu.width.max: 900 +menu.overlap.x: 2 +menu.overlap.y: 0 +window.label.text.justify: center + +# Active Windows +window.active.title.bg.color: #ffffff +window.active.border.color: #dbdbdb 80 +window.active.label.text.color: #222222 +window.active.indicator.toggled-keybind.color: #ff0000 + +window.active.button.unpressed.image.color: #333333 +window.active.button.menu.unpressed.image.color: #333333 +window.active.button.max.unpressed.image.color: #333333 +window.active.button.iconify.unpressed.image.color: #333333 + +# Inactive Windows +window.inactive.title.bg.color: #ffffff +window.inactive.border.color: #e0e0e1 80 +window.inactive.label.text.color: #a7a7a7 +window.inactive.button.unpressed.image.color: #a7a7a7 +window.inactive.button.menu.unpressed.image.color: #a7a7a7 +window.inactive.button.max.unpressed.image.color: #a7a7a7 +window.inactive.button.iconify.unpressed.image.color: #a7a7a7 + +# menu +menu.items.bg.color: #fafafa +menu.items.text.color: #222222 +menu.items.active.bg.color: #f1f1f1 +menu.items.active.text.color: #222222 +menu.separator.width: 1 +menu.separator.padding.width: 6 +menu.separator.padding.height: 3 +menu.separator.color: #dddddd + +# on screen display (window-cycle dialog) +osd.bg.color: #303030 +osd.border.color: #353535 +osd.border.width: 1 +osd.label.text.color: #ffffff + +osd.window-switcher.width: 600 +osd.window-switcher.padding: 4 +osd.window-switcher.item.padding.x: 10 +osd.window-switcher.item.padding.y: 1 +osd.window-switcher.item.active.border.width: 2 + +osd.workspace-switcher.boxes.width: 68 +osd.workspace-switcher.boxes.height: 28 + + + + + + + From eda354987f0981f60d76f438d89df3736bdd66b7 Mon Sep 17 00:00:00 2001 From: David Barr Date: Sun, 28 Apr 2024 16:20:58 +0100 Subject: [PATCH 03/10] tweaks to arrow --- button-themes/svg/Adwaita/openbox-3/menu-active.svg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/button-themes/svg/Adwaita/openbox-3/menu-active.svg b/button-themes/svg/Adwaita/openbox-3/menu-active.svg index 514a88a..9a66893 100644 --- a/button-themes/svg/Adwaita/openbox-3/menu-active.svg +++ b/button-themes/svg/Adwaita/openbox-3/menu-active.svg @@ -23,9 +23,9 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" - inkscape:zoom="2.7656773" - inkscape:cx="65.445091" - inkscape:cy="57.309652" + inkscape:zoom="3.9112583" + inkscape:cx="55.736538" + inkscape:cy="-1.9175415" inkscape:window-width="1413" inkscape:window-height="1245" inkscape:window-x="0" @@ -55,5 +55,5 @@ d="m 3.4395834,4.0762369 c 0,0 0.00279,-0.00153 0.3886067,-0.3803385 L 4.4235022,3.1005859 c 0.04961,-0.049609 0.07441,-0.1198893 0.07441,-0.1901693 V 2.6458333 h -0.264583 c -0.07028,0 -0.1405597,0.024805 -0.1901691,0.074414 L 3.4395834,3.3238281 2.8360026,2.7202474 C 2.7863936,2.6706384 2.7161133,2.6458334 2.6458334,2.6458334 H 2.38125 v 0.2645832 c 0,0.07028 0.024805,0.1405599 0.074414,0.1901693 l 0.6035808,0.5953125 c 0.3811355,0.378508 0.3803386,0.3803385 0.3803386,0.3803385 z" fill="#2e3436" id="path1" - style="fill:#949494;fill-opacity:1;stroke-width:0.264583" + style="fill:#2e3436;fill-opacity:1;stroke-width:0.264583" sodipodi:nodetypes="cccscsccsscsccc" /> From 24d4c9ed7705c26c1627144fbb541d1cc57f0d57 Mon Sep 17 00:00:00 2001 From: David Barr Date: Sun, 28 Apr 2024 16:21:46 +0100 Subject: [PATCH 04/10] minor menu tweaks From 4a486944b5f44c21aba8870cd38eb45d8779682f Mon Sep 17 00:00:00 2001 From: David Barr Date: Tue, 7 May 2024 19:20:22 +0100 Subject: [PATCH 05/10] Add updated buttons --- .../openbox-3/blanks/iconify-active.svg | 54 ++++++++++ .../openbox-3/blanks/iconify-inactive.svg | 54 ++++++++++ .../openbox-3/blanks/iconify_hover-active.svg | 54 ++++++++++ .../blanks/iconify_hover-inactive.svg | 54 ++++++++++ .../openbox-3/blanks/max-active.svg | 54 ++++++++++ .../openbox-3/blanks/max-inactive.svg | 54 ++++++++++ .../openbox-3/blanks/max_hover-active.svg | 54 ++++++++++ .../openbox-3/blanks/max_hover-inactive.svg | 54 ++++++++++ .../openbox-3/blanks/max_toggled-active.svg | 54 ++++++++++ .../openbox-3/blanks/max_toggled-inactive.svg | 54 ++++++++++ .../openbox-3/fullscreen-max/max-active.svg | 64 +++++++++++ .../openbox-3/fullscreen-max/max-inactive.svg | 67 ++++++++++++ .../fullscreen-max/max_hover-active.svg | 74 +++++++++++++ .../fullscreen-max/max_hover-inactive.svg | 67 ++++++++++++ .../fullscreen-max/max_toggled-active.svg | 64 +++++++++++ .../fullscreen-max/max_toggled-inactive.svg | 64 +++++++++++ .../Adwaita-dark/openbox-3/max-inactive.svg | 8 +- .../openbox-3/max_toggled-inactive.svg | 2 +- .../Adwaita-dark/openbox-3/menu-active.svg | 21 ++-- .../openbox-3/menu-burger/menu-active.svg | 70 ++++++++++++ .../openbox-3/menu-burger/menu-inactive.svg | 70 ++++++++++++ .../menu-burger/menu_hover-active.svg | 77 +++++++++++++ .../menu-burger/menu_hover-inactive.svg | 70 ++++++++++++ .../openbox-3/menu-caret/menu-active.svg | 61 +++++++++++ .../openbox-3/menu-caret/menu-inactive.svg | 68 ++++++++++++ .../menu-caret/menu_hover-active.svg | 73 +++++++++++++ .../menu-caret/menu_hover-inactive.svg | 68 ++++++++++++ .../Adwaita-dark/openbox-3/menu-inactive.svg | 30 ++---- .../openbox-3/menu_alt/menu-active.svg | 59 ++++++++++ .../openbox-3/menu_alt/menu-inactive.svg | 76 +++++++++++++ .../openbox-3/menu_alt/menu_hover-active.svg | 69 ++++++++++++ .../menu_alt/menu_hover-inactive.svg | 76 +++++++++++++ .../openbox-3/menu_hover-active.svg | 24 ++--- .../openbox-3/menu_hover-inactive.svg | 30 ++---- .../openbox-3/max-toggled-inactive.svg | 101 +----------------- .../svg/Adwaita/openbox-3/menu-active.svg | 13 ++- .../svg/Adwaita/openbox-3/menu-inactive.svg | 30 ++---- .../Adwaita/openbox-3/menu_hover-active.svg | 18 ++-- .../Adwaita/openbox-3/menu_hover-inactive.svg | 30 ++---- 39 files changed, 1860 insertions(+), 224 deletions(-) create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-inactive.svg diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-active.svg new file mode 100644 index 0000000..997c843 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-active.svg @@ -0,0 +1,54 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-inactive.svg new file mode 100644 index 0000000..997c843 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-inactive.svg @@ -0,0 +1,54 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-active.svg new file mode 100644 index 0000000..997c843 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-active.svg @@ -0,0 +1,54 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-inactive.svg new file mode 100644 index 0000000..997c843 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-inactive.svg @@ -0,0 +1,54 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-active.svg new file mode 100644 index 0000000..801b4ce --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-active.svg @@ -0,0 +1,54 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-inactive.svg new file mode 100644 index 0000000..75c8fb7 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-inactive.svg @@ -0,0 +1,54 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-active.svg new file mode 100644 index 0000000..f23dd79 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-active.svg @@ -0,0 +1,54 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-inactive.svg new file mode 100644 index 0000000..38071ca --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-inactive.svg @@ -0,0 +1,54 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-active.svg new file mode 100644 index 0000000..c2076b1 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-active.svg @@ -0,0 +1,54 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-inactive.svg new file mode 100644 index 0000000..2371129 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-inactive.svg @@ -0,0 +1,54 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-active.svg new file mode 100644 index 0000000..fa1c0ad --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-active.svg @@ -0,0 +1,64 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-inactive.svg new file mode 100644 index 0000000..f9f4a33 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-inactive.svg @@ -0,0 +1,67 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-active.svg new file mode 100644 index 0000000..ff86db0 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-active.svg @@ -0,0 +1,74 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-inactive.svg new file mode 100644 index 0000000..5d5725d --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-inactive.svg @@ -0,0 +1,67 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-active.svg new file mode 100644 index 0000000..10e80c4 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-active.svg @@ -0,0 +1,64 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-inactive.svg new file mode 100644 index 0000000..ea20d5e --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-inactive.svg @@ -0,0 +1,64 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg index 94a7ad2..02823ad 100644 --- a/button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg +++ b/button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg @@ -23,9 +23,9 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" - inkscape:zoom="1.4979693" - inkscape:cx="72.431393" - inkscape:cy="169.22911" + inkscape:zoom="8.473794" + inkscape:cx="-5.3694957" + inkscape:cy="45.847232" inkscape:window-width="1471" inkscape:window-height="1247" inkscape:window-x="0" @@ -52,7 +52,7 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> + style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" + sodipodi:nodetypes="cccscsccsscsccc" /> diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-active.svg new file mode 100644 index 0000000..03ccde5 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-active.svg @@ -0,0 +1,70 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-inactive.svg new file mode 100644 index 0000000..7ea8d88 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-inactive.svg @@ -0,0 +1,70 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-active.svg new file mode 100644 index 0000000..e7040ab --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-active.svg @@ -0,0 +1,77 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-inactive.svg new file mode 100644 index 0000000..867d32c --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-inactive.svg @@ -0,0 +1,70 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-active.svg new file mode 100644 index 0000000..ed2d9b5 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-active.svg @@ -0,0 +1,61 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-inactive.svg new file mode 100644 index 0000000..4a37e4b --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-active.svg new file mode 100644 index 0000000..490c61d --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-active.svg @@ -0,0 +1,73 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-inactive.svg new file mode 100644 index 0000000..d0f0bd8 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg index 606cebf..acb5515 100644 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg @@ -23,11 +23,11 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" - inkscape:zoom="11.062709" - inkscape:cx="47.140352" - inkscape:cy="33.536089" - inkscape:window-width="1798" - inkscape:window-height="1174" + inkscape:zoom="2.7656773" + inkscape:cx="21.33293" + inkscape:cy="86.597232" + inkscape:window-width="1413" + inkscape:window-height="1245" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="0" @@ -52,25 +52,11 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> + id="layer1-3" + transform="translate(6.6940846,-1.1185437)" /> diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-active.svg new file mode 100644 index 0000000..95b6759 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-active.svg @@ -0,0 +1,59 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-inactive.svg new file mode 100644 index 0000000..606cebf --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-inactive.svg @@ -0,0 +1,76 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-active.svg new file mode 100644 index 0000000..ba30947 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-active.svg @@ -0,0 +1,69 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-inactive.svg new file mode 100644 index 0000000..c6d2c4f --- /dev/null +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-inactive.svg @@ -0,0 +1,76 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg index ba30947..49cb8e9 100644 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg +++ b/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg @@ -23,14 +23,14 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" - inkscape:zoom="11.062709" - inkscape:cx="17.310407" - inkscape:cy="12.067569" - inkscape:window-width="1800" - inkscape:window-height="1165" + inkscape:zoom="2.7656773" + inkscape:cx="21.513717" + inkscape:cy="86.597232" + inkscape:window-width="1413" + inkscape:window-height="1245" inkscape:window-x="0" inkscape:window-y="0" - inkscape:window-maximized="1" + inkscape:window-maximized="0" inkscape:current-layer="layer1" showgrid="true"> + id="layer1-3" + transform="translate(6.6940846,-1.1185437)" /> diff --git a/button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg b/button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg index 15f3483..f539000 100644 --- a/button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg +++ b/button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg @@ -12,7 +12,6 @@ sodipodi:docname="max-toggled-inactive.svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> + style="stroke-width:0.264583;fill:#949494;fill-opacity:1" /> diff --git a/button-themes/svg/Adwaita/openbox-3/menu-active.svg b/button-themes/svg/Adwaita/openbox-3/menu-active.svg index 9a66893..ddb136d 100644 --- a/button-themes/svg/Adwaita/openbox-3/menu-active.svg +++ b/button-themes/svg/Adwaita/openbox-3/menu-active.svg @@ -23,9 +23,9 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" - inkscape:zoom="3.9112583" - inkscape:cx="55.736538" - inkscape:cy="-1.9175415" + inkscape:zoom="5.5313546" + inkscape:cx="18.801904" + inkscape:cy="36.067115" inkscape:window-width="1413" inkscape:window-height="1245" inkscape:window-x="0" @@ -52,8 +52,11 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> + sodipodi:nodetypes="cccscsccsscsccc" /> diff --git a/button-themes/svg/Adwaita/openbox-3/menu-inactive.svg b/button-themes/svg/Adwaita/openbox-3/menu-inactive.svg index 606cebf..65a48b0 100644 --- a/button-themes/svg/Adwaita/openbox-3/menu-inactive.svg +++ b/button-themes/svg/Adwaita/openbox-3/menu-inactive.svg @@ -23,11 +23,11 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" - inkscape:zoom="11.062709" - inkscape:cx="47.140352" - inkscape:cy="33.536089" - inkscape:window-width="1798" - inkscape:window-height="1174" + inkscape:zoom="5.5313546" + inkscape:cx="18.801904" + inkscape:cy="36.067115" + inkscape:window-width="1413" + inkscape:window-height="1245" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="0" @@ -52,25 +52,11 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> + id="layer1-3" + transform="translate(6.6940846,-1.1185437)" /> diff --git a/button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg b/button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg index d8b311f..5179f49 100644 --- a/button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg +++ b/button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg @@ -23,9 +23,9 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" - inkscape:zoom="5.5313545" - inkscape:cx="-16.090091" - inkscape:cy="56.31532" + inkscape:zoom="5.5313546" + inkscape:cx="18.621117" + inkscape:cy="36.067115" inkscape:window-width="1413" inkscape:window-height="1245" inkscape:window-x="0" @@ -54,12 +54,12 @@ id="layer1"> + id="layer1-3" + transform="translate(6.6940846,-1.1185437)" /> From 3fc54073720e1c4042066744c5aa03d82f490352 Mon Sep 17 00:00:00 2001 From: David Barr Date: Tue, 7 May 2024 19:25:00 +0100 Subject: [PATCH 06/10] update base adwaita theme --- themes/Adwaita-Labwc-dark/openbox-3/menu.xbm | 4 ++-- themes/Adwaita-Labwc-dark/openbox-3/themerc | 19 ++++++++++--------- themes/Adwaita-Labwc/openbox-3/themerc | 15 ++++++++------- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/themes/Adwaita-Labwc-dark/openbox-3/menu.xbm b/themes/Adwaita-Labwc-dark/openbox-3/menu.xbm index b4e0139..542df7b 100644 --- a/themes/Adwaita-Labwc-dark/openbox-3/menu.xbm +++ b/themes/Adwaita-Labwc-dark/openbox-3/menu.xbm @@ -1,5 +1,5 @@ #define menu_width 10 #define menu_height 10 static unsigned char menu_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x86, 0x01, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, - 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; + 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x87, 0x03, 0xce, 0x01, 0xfc, 0x00, + 0x78, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Adwaita-Labwc-dark/openbox-3/themerc b/themes/Adwaita-Labwc-dark/openbox-3/themerc index e54c2a4..1bf4298 100644 --- a/themes/Adwaita-Labwc-dark/openbox-3/themerc +++ b/themes/Adwaita-Labwc-dark/openbox-3/themerc @@ -1,7 +1,8 @@ # general border.width: 1 -padding.height: 8 -titlebar.height: 32 +padding.height: 4 +titlebar.height: 34 + menu.items.padding.y:8 menu.items.padding.x: 12 menu.width.min: 140 @@ -16,11 +17,11 @@ window.active.border.color: #3f3f3fee window.active.label.text.color: #ffffff window.active.indicator.toggled-keybind.color: #ff0000 -window.active.button.unpressed.image.color: #f8f8f8 95 -window.active.button.hover.image.color: #ffffff -window.active.button.menu.unpressed.image.color: #ffffff -window.active.button.max.unpressed.image.color: #ffffff -window.active.button.iconify.unpressed.image.color: #ffffff +window.active.button.unpressed.image.color: #e0e0e0 + +# window.active.button.menu.unpressed.image.color: #ebebeb +# window.active.button.max.unpressed.image.color: #ebebeb 0 +# window.active.button.iconify.unpressed.image.color: #ebebeb 0 # Inactive Windows window.inactive.title.bg.color: #242424 @@ -29,8 +30,8 @@ window.inactive.label.text.color: #919191 window.inactive.button.unpressed.image.color: #8e8e8e window.inactive.button.menu.unpressed.image.color: #8e8e8e -window.inactive.button.max.unpressed.image.color: #8e8e8e -window.inactive.button.iconify.unpressed.image.color: #8e8e8e +window.inactive.button.max.unpressed.image.color: #8e8e8e 0 +window.inactive.button.iconify.unpressed.image.color: #8e8e8e 0 # menu menu.items.bg.color: #353535 diff --git a/themes/Adwaita-Labwc/openbox-3/themerc b/themes/Adwaita-Labwc/openbox-3/themerc index e4ab079..7e69ac8 100644 --- a/themes/Adwaita-Labwc/openbox-3/themerc +++ b/themes/Adwaita-Labwc/openbox-3/themerc @@ -1,13 +1,13 @@ - # general border.width: 1 -padding.height: 8 -titlebar.height: 32 +padding.height: 4 +titlebar.height: 34 + menu.items.padding.y:8 menu.items.padding.x: 12 menu.width.min: 140 menu.width.max: 900 -menu.overlap.x: 2 +menu.overlap.x: 0 menu.overlap.y: 0 window.label.text.justify: center @@ -18,9 +18,10 @@ window.active.label.text.color: #222222 window.active.indicator.toggled-keybind.color: #ff0000 window.active.button.unpressed.image.color: #333333 -window.active.button.menu.unpressed.image.color: #333333 -window.active.button.max.unpressed.image.color: #333333 -window.active.button.iconify.unpressed.image.color: #333333 + +# window.active.button.menu.unpressed.image.color: #333333 +# window.active.button.max.unpressed.image.color: #333333 +# window.active.button.iconify.unpressed.image.color: #333333 # Inactive Windows window.inactive.title.bg.color: #ffffff From a1962b9f3c21e6f2d92f2393d6a69f1a4a3e8f05 Mon Sep 17 00:00:00 2001 From: David Barr Date: Sat, 31 Aug 2024 11:32:54 +0100 Subject: [PATCH 07/10] Delete button-themes/svg/Adwaita-dark/openbox-3 directory --- .../openbox-3/blanks/iconify-active.svg | 54 ------------ .../openbox-3/blanks/iconify-inactive.svg | 54 ------------ .../openbox-3/blanks/iconify_hover-active.svg | 54 ------------ .../blanks/iconify_hover-inactive.svg | 54 ------------ .../openbox-3/blanks/max-active.svg | 54 ------------ .../openbox-3/blanks/max-inactive.svg | 54 ------------ .../openbox-3/blanks/max_hover-active.svg | 54 ------------ .../openbox-3/blanks/max_hover-inactive.svg | 54 ------------ .../openbox-3/blanks/max_toggled-active.svg | 54 ------------ .../openbox-3/blanks/max_toggled-inactive.svg | 54 ------------ .../Adwaita-dark/openbox-3/close-active.svg | 68 --------------- .../Adwaita-dark/openbox-3/close-inactive.svg | 68 --------------- .../openbox-3/close_hover-active.svg | 68 --------------- .../openbox-3/close_hover-inactive.svg | 68 --------------- .../openbox-3/fullscreen-max/max-active.svg | 64 -------------- .../openbox-3/fullscreen-max/max-inactive.svg | 67 --------------- .../fullscreen-max/max_hover-active.svg | 74 ---------------- .../fullscreen-max/max_hover-inactive.svg | 67 --------------- .../fullscreen-max/max_toggled-active.svg | 64 -------------- .../fullscreen-max/max_toggled-inactive.svg | 64 -------------- .../Adwaita-dark/openbox-3/iconify-active.svg | 68 --------------- .../openbox-3/iconify-inactive.svg | 68 --------------- .../openbox-3/iconify_hover-active.svg | 68 --------------- .../openbox-3/iconify_hover-inactive.svg | 68 --------------- .../svg/Adwaita-dark/openbox-3/max-active.svg | 84 ------------------- .../Adwaita-dark/openbox-3/max-inactive.svg | 68 --------------- .../openbox-3/max_hover-active.svg | 68 --------------- .../openbox-3/max_hover-inactive.svg | 68 --------------- .../openbox-3/max_toggled-active.svg | 68 --------------- .../openbox-3/max_toggled-inactive.svg | 68 --------------- .../Adwaita-dark/openbox-3/menu-active.svg | 62 -------------- .../openbox-3/menu-burger/menu-active.svg | 70 ---------------- .../openbox-3/menu-burger/menu-inactive.svg | 70 ---------------- .../menu-burger/menu_hover-active.svg | 77 ----------------- .../menu-burger/menu_hover-inactive.svg | 70 ---------------- .../openbox-3/menu-caret/menu-active.svg | 61 -------------- .../openbox-3/menu-caret/menu-inactive.svg | 68 --------------- .../menu-caret/menu_hover-active.svg | 73 ---------------- .../menu-caret/menu_hover-inactive.svg | 68 --------------- .../Adwaita-dark/openbox-3/menu-inactive.svg | 62 -------------- .../openbox-3/menu_alt/menu-active.svg | 59 ------------- .../openbox-3/menu_alt/menu-inactive.svg | 76 ----------------- .../openbox-3/menu_alt/menu_hover-active.svg | 69 --------------- .../menu_alt/menu_hover-inactive.svg | 76 ----------------- .../openbox-3/menu_hover-active.svg | 69 --------------- .../openbox-3/menu_hover-inactive.svg | 62 -------------- 46 files changed, 3000 deletions(-) delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/close-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/close-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/close_hover-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/close_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/iconify-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/iconify-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max_hover-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max_toggled-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/max_toggled-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg delete mode 100644 button-themes/svg/Adwaita-dark/openbox-3/menu_hover-inactive.svg diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-active.svg deleted file mode 100644 index 997c843..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-active.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-inactive.svg deleted file mode 100644 index 997c843..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify-inactive.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-active.svg deleted file mode 100644 index 997c843..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-active.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-inactive.svg deleted file mode 100644 index 997c843..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/blanks/iconify_hover-inactive.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-active.svg deleted file mode 100644 index 801b4ce..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-active.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-inactive.svg deleted file mode 100644 index 75c8fb7..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max-inactive.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-active.svg deleted file mode 100644 index f23dd79..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-active.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-inactive.svg deleted file mode 100644 index 38071ca..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_hover-inactive.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-active.svg deleted file mode 100644 index c2076b1..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-active.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-inactive.svg deleted file mode 100644 index 2371129..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/blanks/max_toggled-inactive.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/close-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/close-active.svg deleted file mode 100644 index 38a5c26..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/close-active.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/close-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/close-inactive.svg deleted file mode 100644 index 6106c81..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/close-inactive.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/close_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/close_hover-active.svg deleted file mode 100644 index 352f360..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/close_hover-active.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/close_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/close_hover-inactive.svg deleted file mode 100644 index 28df50d..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/close_hover-inactive.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-active.svg deleted file mode 100644 index fa1c0ad..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-active.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-inactive.svg deleted file mode 100644 index f9f4a33..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max-inactive.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-active.svg deleted file mode 100644 index ff86db0..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-active.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-inactive.svg deleted file mode 100644 index 5d5725d..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_hover-inactive.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-active.svg deleted file mode 100644 index 10e80c4..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-active.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-inactive.svg deleted file mode 100644 index ea20d5e..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/fullscreen-max/max_toggled-inactive.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/iconify-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/iconify-active.svg deleted file mode 100644 index b89f239..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/iconify-active.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/iconify-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/iconify-inactive.svg deleted file mode 100644 index c1be322..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/iconify-inactive.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-active.svg deleted file mode 100644 index f8538d0..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-active.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-inactive.svg deleted file mode 100644 index 9375efa..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/iconify_hover-inactive.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/max-active.svg deleted file mode 100644 index b7704fe..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/max-active.svg +++ /dev/null @@ -1,84 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg deleted file mode 100644 index 02823ad..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/max-inactive.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/max_hover-active.svg deleted file mode 100644 index a9c8cef..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/max_hover-active.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/max_hover-inactive.svg deleted file mode 100644 index ab7ba1c..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/max_hover-inactive.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-active.svg deleted file mode 100644 index a14af61..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-active.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-inactive.svg deleted file mode 100644 index 3ccc335..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/max_toggled-inactive.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-active.svg deleted file mode 100644 index 51f7110..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu-active.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-active.svg deleted file mode 100644 index 03ccde5..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-active.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-inactive.svg deleted file mode 100644 index 7ea8d88..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu-inactive.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-active.svg deleted file mode 100644 index e7040ab..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-active.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-inactive.svg deleted file mode 100644 index 867d32c..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu-burger/menu_hover-inactive.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-active.svg deleted file mode 100644 index ed2d9b5..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-active.svg +++ /dev/null @@ -1,61 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-inactive.svg deleted file mode 100644 index 4a37e4b..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu-inactive.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-active.svg deleted file mode 100644 index 490c61d..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-active.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-inactive.svg deleted file mode 100644 index d0f0bd8..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu-caret/menu_hover-inactive.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg deleted file mode 100644 index acb5515..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu-inactive.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-active.svg deleted file mode 100644 index 95b6759..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-active.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-inactive.svg deleted file mode 100644 index 606cebf..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu-inactive.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-active.svg deleted file mode 100644 index ba30947..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-active.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-inactive.svg deleted file mode 100644 index c6d2c4f..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu_alt/menu_hover-inactive.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg deleted file mode 100644 index 49cb8e9..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-active.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-inactive.svg b/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-inactive.svg deleted file mode 100644 index 7c5044e..0000000 --- a/button-themes/svg/Adwaita-dark/openbox-3/menu_hover-inactive.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - From 561c56285625cc74b860396760ff283244a3a133 Mon Sep 17 00:00:00 2001 From: David Barr Date: Sat, 31 Aug 2024 11:33:11 +0100 Subject: [PATCH 08/10] Delete button-themes/svg/Adwaita/openbox-3 directory --- .../svg/Adwaita/openbox-3/close-active.svg | 121 ------------- .../svg/Adwaita/openbox-3/close-inactive.svg | 155 ----------------- .../Adwaita/openbox-3/close_hover-active.svg | 121 ------------- .../openbox-3/close_hover-inactive.svg | 155 ----------------- .../svg/Adwaita/openbox-3/iconify-active.svg | 122 -------------- .../Adwaita/openbox-3/iconify-inactive.svg | 155 ----------------- .../openbox-3/iconify_hover-active.svg | 122 -------------- .../openbox-3/iconify_hover-inactive.svg | 155 ----------------- .../svg/Adwaita/openbox-3/max-active.svg | 118 ------------- .../svg/Adwaita/openbox-3/max-inactive.svg | 159 ------------------ .../Adwaita/openbox-3/max-toggled-active.svg | 159 ------------------ .../openbox-3/max-toggled-inactive.svg | 68 -------- .../Adwaita/openbox-3/max_hover-active.svg | 122 -------------- .../Adwaita/openbox-3/max_hover-inactive.svg | 159 ------------------ .../svg/Adwaita/openbox-3/menu-active.svg | 62 ------- .../svg/Adwaita/openbox-3/menu-inactive.svg | 62 ------- .../Adwaita/openbox-3/menu_hover-active.svg | 69 -------- .../Adwaita/openbox-3/menu_hover-inactive.svg | 62 ------- 18 files changed, 2146 deletions(-) delete mode 100644 button-themes/svg/Adwaita/openbox-3/close-active.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/close-inactive.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/close_hover-active.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/close_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/iconify-active.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/iconify-inactive.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/iconify_hover-active.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/iconify_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/max-active.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/max-inactive.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/max-toggled-active.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/max_hover-active.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/max_hover-inactive.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/menu-active.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/menu-inactive.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg delete mode 100644 button-themes/svg/Adwaita/openbox-3/menu_hover-inactive.svg diff --git a/button-themes/svg/Adwaita/openbox-3/close-active.svg b/button-themes/svg/Adwaita/openbox-3/close-active.svg deleted file mode 100644 index 4e0f801..0000000 --- a/button-themes/svg/Adwaita/openbox-3/close-active.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/close-inactive.svg b/button-themes/svg/Adwaita/openbox-3/close-inactive.svg deleted file mode 100644 index c4400c1..0000000 --- a/button-themes/svg/Adwaita/openbox-3/close-inactive.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/close_hover-active.svg b/button-themes/svg/Adwaita/openbox-3/close_hover-active.svg deleted file mode 100644 index ea4d7f0..0000000 --- a/button-themes/svg/Adwaita/openbox-3/close_hover-active.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/close_hover-inactive.svg b/button-themes/svg/Adwaita/openbox-3/close_hover-inactive.svg deleted file mode 100644 index c4400c1..0000000 --- a/button-themes/svg/Adwaita/openbox-3/close_hover-inactive.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/iconify-active.svg b/button-themes/svg/Adwaita/openbox-3/iconify-active.svg deleted file mode 100644 index 836e4be..0000000 --- a/button-themes/svg/Adwaita/openbox-3/iconify-active.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/iconify-inactive.svg b/button-themes/svg/Adwaita/openbox-3/iconify-inactive.svg deleted file mode 100644 index 051840e..0000000 --- a/button-themes/svg/Adwaita/openbox-3/iconify-inactive.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/iconify_hover-active.svg b/button-themes/svg/Adwaita/openbox-3/iconify_hover-active.svg deleted file mode 100644 index 8b03309..0000000 --- a/button-themes/svg/Adwaita/openbox-3/iconify_hover-active.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/iconify_hover-inactive.svg b/button-themes/svg/Adwaita/openbox-3/iconify_hover-inactive.svg deleted file mode 100644 index 051840e..0000000 --- a/button-themes/svg/Adwaita/openbox-3/iconify_hover-inactive.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/max-active.svg b/button-themes/svg/Adwaita/openbox-3/max-active.svg deleted file mode 100644 index b8dff13..0000000 --- a/button-themes/svg/Adwaita/openbox-3/max-active.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/max-inactive.svg b/button-themes/svg/Adwaita/openbox-3/max-inactive.svg deleted file mode 100644 index 9d9c01e..0000000 --- a/button-themes/svg/Adwaita/openbox-3/max-inactive.svg +++ /dev/null @@ -1,159 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/max-toggled-active.svg b/button-themes/svg/Adwaita/openbox-3/max-toggled-active.svg deleted file mode 100644 index adff4ea..0000000 --- a/button-themes/svg/Adwaita/openbox-3/max-toggled-active.svg +++ /dev/null @@ -1,159 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg b/button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg deleted file mode 100644 index f539000..0000000 --- a/button-themes/svg/Adwaita/openbox-3/max-toggled-inactive.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/max_hover-active.svg b/button-themes/svg/Adwaita/openbox-3/max_hover-active.svg deleted file mode 100644 index 56a5b72..0000000 --- a/button-themes/svg/Adwaita/openbox-3/max_hover-active.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/max_hover-inactive.svg b/button-themes/svg/Adwaita/openbox-3/max_hover-inactive.svg deleted file mode 100644 index 9d9c01e..0000000 --- a/button-themes/svg/Adwaita/openbox-3/max_hover-inactive.svg +++ /dev/null @@ -1,159 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/menu-active.svg b/button-themes/svg/Adwaita/openbox-3/menu-active.svg deleted file mode 100644 index ddb136d..0000000 --- a/button-themes/svg/Adwaita/openbox-3/menu-active.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/menu-inactive.svg b/button-themes/svg/Adwaita/openbox-3/menu-inactive.svg deleted file mode 100644 index 65a48b0..0000000 --- a/button-themes/svg/Adwaita/openbox-3/menu-inactive.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg b/button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg deleted file mode 100644 index 5179f49..0000000 --- a/button-themes/svg/Adwaita/openbox-3/menu_hover-active.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - diff --git a/button-themes/svg/Adwaita/openbox-3/menu_hover-inactive.svg b/button-themes/svg/Adwaita/openbox-3/menu_hover-inactive.svg deleted file mode 100644 index a2e0aef..0000000 --- a/button-themes/svg/Adwaita/openbox-3/menu_hover-inactive.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - From f1a23b9683fde151d7d90555cd2da91b3fac5148 Mon Sep 17 00:00:00 2001 From: David Barr Date: Sat, 31 Aug 2024 11:36:46 +0100 Subject: [PATCH 09/10] clean up add new buttons add updated set of buttons using transparency for more flexibility --- button-themes/svg/Adwaita/close-active.svg | 68 +++++++++++++++ button-themes/svg/Adwaita/close-inactive.svg | 68 +++++++++++++++ .../svg/Adwaita/close_hover-active.svg | 68 +++++++++++++++ .../svg/Adwaita/close_hover-inactive.svg | 68 +++++++++++++++ button-themes/svg/Adwaita/desk-active.svg | 85 +++++++++++++++++++ button-themes/svg/Adwaita/desk-inactive.svg | 70 +++++++++++++++ .../svg/Adwaita/desk_hover-active.svg | 85 +++++++++++++++++++ .../svg/Adwaita/desk_hover-inactive.svg | 70 +++++++++++++++ .../svg/Adwaita/desk_toggled-active.svg | 80 +++++++++++++++++ .../svg/Adwaita/desk_toggled-inactive.svg | 80 +++++++++++++++++ .../svg/Adwaita/desk_toggled_hover-active.svg | 80 +++++++++++++++++ .../Adwaita/desk_toggled_hover-inactive.svg | 80 +++++++++++++++++ button-themes/svg/Adwaita/iconify-active.svg | 73 ++++++++++++++++ .../svg/Adwaita/iconify-inactive.svg | 73 ++++++++++++++++ .../svg/Adwaita/iconify_hover-active.svg | 73 ++++++++++++++++ .../svg/Adwaita/iconify_hover-inactive.svg | 73 ++++++++++++++++ button-themes/svg/Adwaita/max-active.svg | 78 +++++++++++++++++ button-themes/svg/Adwaita/max-inactive.svg | 78 +++++++++++++++++ .../svg/Adwaita/max_hover-active.svg | 78 +++++++++++++++++ .../svg/Adwaita/max_hover-inactive.svg | 78 +++++++++++++++++ .../svg/Adwaita/max_toggled-active.svg | 78 +++++++++++++++++ .../svg/Adwaita/max_toggled-inactive.svg | 78 +++++++++++++++++ button-themes/svg/Adwaita/menu-active.svg | 62 ++++++++++++++ button-themes/svg/Adwaita/menu-inactive.svg | 62 ++++++++++++++ .../svg/Adwaita/menu_hover-active.svg | 69 +++++++++++++++ .../svg/Adwaita/menu_hover-inactive.svg | 62 ++++++++++++++ button-themes/svg/Adwaita/shade-active.svg | 68 +++++++++++++++ button-themes/svg/Adwaita/shade-inactive.svg | 68 +++++++++++++++ .../svg/Adwaita/shade_hover-active.svg | 68 +++++++++++++++ .../svg/Adwaita/shade_hover-inactive.svg | 68 +++++++++++++++ .../svg/Adwaita/shade_toggled-active.svg | 81 ++++++++++++++++++ .../svg/Adwaita/shade_toggled-inactive.svg | 81 ++++++++++++++++++ .../Adwaita/shade_toggled_hover-active.svg | 81 ++++++++++++++++++ .../Adwaita/shade_toggled_hover-inactive.svg | 81 ++++++++++++++++++ 34 files changed, 2513 insertions(+) create mode 100644 button-themes/svg/Adwaita/close-active.svg create mode 100644 button-themes/svg/Adwaita/close-inactive.svg create mode 100644 button-themes/svg/Adwaita/close_hover-active.svg create mode 100644 button-themes/svg/Adwaita/close_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita/desk-active.svg create mode 100644 button-themes/svg/Adwaita/desk-inactive.svg create mode 100644 button-themes/svg/Adwaita/desk_hover-active.svg create mode 100644 button-themes/svg/Adwaita/desk_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita/desk_toggled-active.svg create mode 100644 button-themes/svg/Adwaita/desk_toggled-inactive.svg create mode 100644 button-themes/svg/Adwaita/desk_toggled_hover-active.svg create mode 100644 button-themes/svg/Adwaita/desk_toggled_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita/iconify-active.svg create mode 100644 button-themes/svg/Adwaita/iconify-inactive.svg create mode 100644 button-themes/svg/Adwaita/iconify_hover-active.svg create mode 100644 button-themes/svg/Adwaita/iconify_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita/max-active.svg create mode 100644 button-themes/svg/Adwaita/max-inactive.svg create mode 100644 button-themes/svg/Adwaita/max_hover-active.svg create mode 100644 button-themes/svg/Adwaita/max_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita/max_toggled-active.svg create mode 100644 button-themes/svg/Adwaita/max_toggled-inactive.svg create mode 100644 button-themes/svg/Adwaita/menu-active.svg create mode 100644 button-themes/svg/Adwaita/menu-inactive.svg create mode 100644 button-themes/svg/Adwaita/menu_hover-active.svg create mode 100644 button-themes/svg/Adwaita/menu_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita/shade-active.svg create mode 100644 button-themes/svg/Adwaita/shade-inactive.svg create mode 100644 button-themes/svg/Adwaita/shade_hover-active.svg create mode 100644 button-themes/svg/Adwaita/shade_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita/shade_toggled-active.svg create mode 100644 button-themes/svg/Adwaita/shade_toggled-inactive.svg create mode 100644 button-themes/svg/Adwaita/shade_toggled_hover-active.svg create mode 100644 button-themes/svg/Adwaita/shade_toggled_hover-inactive.svg diff --git a/button-themes/svg/Adwaita/close-active.svg b/button-themes/svg/Adwaita/close-active.svg new file mode 100644 index 0000000..75ccdc3 --- /dev/null +++ b/button-themes/svg/Adwaita/close-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita/close-inactive.svg b/button-themes/svg/Adwaita/close-inactive.svg new file mode 100644 index 0000000..4546fba --- /dev/null +++ b/button-themes/svg/Adwaita/close-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita/close_hover-active.svg b/button-themes/svg/Adwaita/close_hover-active.svg new file mode 100644 index 0000000..7bbf3dc --- /dev/null +++ b/button-themes/svg/Adwaita/close_hover-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita/close_hover-inactive.svg b/button-themes/svg/Adwaita/close_hover-inactive.svg new file mode 100644 index 0000000..972d141 --- /dev/null +++ b/button-themes/svg/Adwaita/close_hover-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita/desk-active.svg b/button-themes/svg/Adwaita/desk-active.svg new file mode 100644 index 0000000..6cada3f --- /dev/null +++ b/button-themes/svg/Adwaita/desk-active.svg @@ -0,0 +1,85 @@ + + + + diff --git a/button-themes/svg/Adwaita/desk-inactive.svg b/button-themes/svg/Adwaita/desk-inactive.svg new file mode 100644 index 0000000..51f68fe --- /dev/null +++ b/button-themes/svg/Adwaita/desk-inactive.svg @@ -0,0 +1,70 @@ + + + + diff --git a/button-themes/svg/Adwaita/desk_hover-active.svg b/button-themes/svg/Adwaita/desk_hover-active.svg new file mode 100644 index 0000000..4738007 --- /dev/null +++ b/button-themes/svg/Adwaita/desk_hover-active.svg @@ -0,0 +1,85 @@ + + + + diff --git a/button-themes/svg/Adwaita/desk_hover-inactive.svg b/button-themes/svg/Adwaita/desk_hover-inactive.svg new file mode 100644 index 0000000..9318cf9 --- /dev/null +++ b/button-themes/svg/Adwaita/desk_hover-inactive.svg @@ -0,0 +1,70 @@ + + + + diff --git a/button-themes/svg/Adwaita/desk_toggled-active.svg b/button-themes/svg/Adwaita/desk_toggled-active.svg new file mode 100644 index 0000000..86a8f81 --- /dev/null +++ b/button-themes/svg/Adwaita/desk_toggled-active.svg @@ -0,0 +1,80 @@ + + + + diff --git a/button-themes/svg/Adwaita/desk_toggled-inactive.svg b/button-themes/svg/Adwaita/desk_toggled-inactive.svg new file mode 100644 index 0000000..8e97798 --- /dev/null +++ b/button-themes/svg/Adwaita/desk_toggled-inactive.svg @@ -0,0 +1,80 @@ + + + + diff --git a/button-themes/svg/Adwaita/desk_toggled_hover-active.svg b/button-themes/svg/Adwaita/desk_toggled_hover-active.svg new file mode 100644 index 0000000..2e7e382 --- /dev/null +++ b/button-themes/svg/Adwaita/desk_toggled_hover-active.svg @@ -0,0 +1,80 @@ + + + + diff --git a/button-themes/svg/Adwaita/desk_toggled_hover-inactive.svg b/button-themes/svg/Adwaita/desk_toggled_hover-inactive.svg new file mode 100644 index 0000000..5bd486b --- /dev/null +++ b/button-themes/svg/Adwaita/desk_toggled_hover-inactive.svg @@ -0,0 +1,80 @@ + + + + diff --git a/button-themes/svg/Adwaita/iconify-active.svg b/button-themes/svg/Adwaita/iconify-active.svg new file mode 100644 index 0000000..0b1f12b --- /dev/null +++ b/button-themes/svg/Adwaita/iconify-active.svg @@ -0,0 +1,73 @@ + + + + diff --git a/button-themes/svg/Adwaita/iconify-inactive.svg b/button-themes/svg/Adwaita/iconify-inactive.svg new file mode 100644 index 0000000..54f9f69 --- /dev/null +++ b/button-themes/svg/Adwaita/iconify-inactive.svg @@ -0,0 +1,73 @@ + + + + diff --git a/button-themes/svg/Adwaita/iconify_hover-active.svg b/button-themes/svg/Adwaita/iconify_hover-active.svg new file mode 100644 index 0000000..486cda0 --- /dev/null +++ b/button-themes/svg/Adwaita/iconify_hover-active.svg @@ -0,0 +1,73 @@ + + + + diff --git a/button-themes/svg/Adwaita/iconify_hover-inactive.svg b/button-themes/svg/Adwaita/iconify_hover-inactive.svg new file mode 100644 index 0000000..b3a8320 --- /dev/null +++ b/button-themes/svg/Adwaita/iconify_hover-inactive.svg @@ -0,0 +1,73 @@ + + + + diff --git a/button-themes/svg/Adwaita/max-active.svg b/button-themes/svg/Adwaita/max-active.svg new file mode 100644 index 0000000..d20ddad --- /dev/null +++ b/button-themes/svg/Adwaita/max-active.svg @@ -0,0 +1,78 @@ + + + + diff --git a/button-themes/svg/Adwaita/max-inactive.svg b/button-themes/svg/Adwaita/max-inactive.svg new file mode 100644 index 0000000..2dfac89 --- /dev/null +++ b/button-themes/svg/Adwaita/max-inactive.svg @@ -0,0 +1,78 @@ + + + + diff --git a/button-themes/svg/Adwaita/max_hover-active.svg b/button-themes/svg/Adwaita/max_hover-active.svg new file mode 100644 index 0000000..976eec8 --- /dev/null +++ b/button-themes/svg/Adwaita/max_hover-active.svg @@ -0,0 +1,78 @@ + + + + diff --git a/button-themes/svg/Adwaita/max_hover-inactive.svg b/button-themes/svg/Adwaita/max_hover-inactive.svg new file mode 100644 index 0000000..cbbfd53 --- /dev/null +++ b/button-themes/svg/Adwaita/max_hover-inactive.svg @@ -0,0 +1,78 @@ + + + + diff --git a/button-themes/svg/Adwaita/max_toggled-active.svg b/button-themes/svg/Adwaita/max_toggled-active.svg new file mode 100644 index 0000000..7ced75d --- /dev/null +++ b/button-themes/svg/Adwaita/max_toggled-active.svg @@ -0,0 +1,78 @@ + + + + diff --git a/button-themes/svg/Adwaita/max_toggled-inactive.svg b/button-themes/svg/Adwaita/max_toggled-inactive.svg new file mode 100644 index 0000000..54df2bd --- /dev/null +++ b/button-themes/svg/Adwaita/max_toggled-inactive.svg @@ -0,0 +1,78 @@ + + + + diff --git a/button-themes/svg/Adwaita/menu-active.svg b/button-themes/svg/Adwaita/menu-active.svg new file mode 100644 index 0000000..0002fa4 --- /dev/null +++ b/button-themes/svg/Adwaita/menu-active.svg @@ -0,0 +1,62 @@ + + + + diff --git a/button-themes/svg/Adwaita/menu-inactive.svg b/button-themes/svg/Adwaita/menu-inactive.svg new file mode 100644 index 0000000..60af5e9 --- /dev/null +++ b/button-themes/svg/Adwaita/menu-inactive.svg @@ -0,0 +1,62 @@ + + + + diff --git a/button-themes/svg/Adwaita/menu_hover-active.svg b/button-themes/svg/Adwaita/menu_hover-active.svg new file mode 100644 index 0000000..3b14c4a --- /dev/null +++ b/button-themes/svg/Adwaita/menu_hover-active.svg @@ -0,0 +1,69 @@ + + + + diff --git a/button-themes/svg/Adwaita/menu_hover-inactive.svg b/button-themes/svg/Adwaita/menu_hover-inactive.svg new file mode 100644 index 0000000..55d4f67 --- /dev/null +++ b/button-themes/svg/Adwaita/menu_hover-inactive.svg @@ -0,0 +1,62 @@ + + + + diff --git a/button-themes/svg/Adwaita/shade-active.svg b/button-themes/svg/Adwaita/shade-active.svg new file mode 100644 index 0000000..5041c71 --- /dev/null +++ b/button-themes/svg/Adwaita/shade-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita/shade-inactive.svg b/button-themes/svg/Adwaita/shade-inactive.svg new file mode 100644 index 0000000..89eb525 --- /dev/null +++ b/button-themes/svg/Adwaita/shade-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita/shade_hover-active.svg b/button-themes/svg/Adwaita/shade_hover-active.svg new file mode 100644 index 0000000..93811eb --- /dev/null +++ b/button-themes/svg/Adwaita/shade_hover-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita/shade_hover-inactive.svg b/button-themes/svg/Adwaita/shade_hover-inactive.svg new file mode 100644 index 0000000..89eb525 --- /dev/null +++ b/button-themes/svg/Adwaita/shade_hover-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita/shade_toggled-active.svg b/button-themes/svg/Adwaita/shade_toggled-active.svg new file mode 100644 index 0000000..1e99cf7 --- /dev/null +++ b/button-themes/svg/Adwaita/shade_toggled-active.svg @@ -0,0 +1,81 @@ + + + + diff --git a/button-themes/svg/Adwaita/shade_toggled-inactive.svg b/button-themes/svg/Adwaita/shade_toggled-inactive.svg new file mode 100644 index 0000000..45ce778 --- /dev/null +++ b/button-themes/svg/Adwaita/shade_toggled-inactive.svg @@ -0,0 +1,81 @@ + + + + diff --git a/button-themes/svg/Adwaita/shade_toggled_hover-active.svg b/button-themes/svg/Adwaita/shade_toggled_hover-active.svg new file mode 100644 index 0000000..1a070c4 --- /dev/null +++ b/button-themes/svg/Adwaita/shade_toggled_hover-active.svg @@ -0,0 +1,81 @@ + + + + diff --git a/button-themes/svg/Adwaita/shade_toggled_hover-inactive.svg b/button-themes/svg/Adwaita/shade_toggled_hover-inactive.svg new file mode 100644 index 0000000..b46cc6b --- /dev/null +++ b/button-themes/svg/Adwaita/shade_toggled_hover-inactive.svg @@ -0,0 +1,81 @@ + + + + From 72471367d32fa1905a8db43c863f248cc10ed880 Mon Sep 17 00:00:00 2001 From: David Barr Date: Sat, 31 Aug 2024 11:46:30 +0100 Subject: [PATCH 10/10] add additional buttons, use transparency --- .../svg/Adwaita-dark/close-active.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/close-inactive.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/close_hover-active.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/close_hover-inactive.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/desk-active.svg | 85 +++++++++++++++++++ .../svg/Adwaita-dark/desk-inactive.svg | 85 +++++++++++++++++++ .../svg/Adwaita-dark/desk_hover-active.svg | 85 +++++++++++++++++++ .../svg/Adwaita-dark/desk_hover-inactive.svg | 85 +++++++++++++++++++ .../svg/Adwaita-dark/desk_toggled-active.svg | 80 +++++++++++++++++ .../Adwaita-dark/desk_toggled-inactive.svg | 80 +++++++++++++++++ .../desk_toggled_hover-active.svg | 80 +++++++++++++++++ .../desk_toggled_hover-inactive.svg | 80 +++++++++++++++++ .../svg/Adwaita-dark/iconify-active.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/iconify-inactive.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/iconify_hover-active.svg | 68 +++++++++++++++ .../Adwaita-dark/iconify_hover-inactive.svg | 68 +++++++++++++++ button-themes/svg/Adwaita-dark/max-active.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/max-inactive.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/max_hover-active.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/max_hover-inactive.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/max_toggled-active.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/max_toggled-inactive.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/menu-active.svg | 62 ++++++++++++++ .../svg/Adwaita-dark/menu-inactive.svg | 62 ++++++++++++++ .../svg/Adwaita-dark/menu_hover-active.svg | 69 +++++++++++++++ .../svg/Adwaita-dark/menu_hover-inactive.svg | 62 ++++++++++++++ .../svg/Adwaita-dark/shade-active.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/shade-inactive.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/shade_hover-active.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/shade_hover-inactive.svg | 68 +++++++++++++++ .../svg/Adwaita-dark/shade_toggled-active.svg | 81 ++++++++++++++++++ .../Adwaita-dark/shade_toggled-inactive.svg | 81 ++++++++++++++++++ .../shade_toggled_hover-inactive.svg | 81 ++++++++++++++++++ 33 files changed, 2382 insertions(+) create mode 100644 button-themes/svg/Adwaita-dark/close-active.svg create mode 100644 button-themes/svg/Adwaita-dark/close-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/close_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/close_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/desk-active.svg create mode 100644 button-themes/svg/Adwaita-dark/desk-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/desk_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/desk_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/desk_toggled-active.svg create mode 100644 button-themes/svg/Adwaita-dark/desk_toggled-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/desk_toggled_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/desk_toggled_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/iconify-active.svg create mode 100644 button-themes/svg/Adwaita-dark/iconify-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/iconify_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/iconify_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/max-active.svg create mode 100644 button-themes/svg/Adwaita-dark/max-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/max_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/max_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/max_toggled-active.svg create mode 100644 button-themes/svg/Adwaita-dark/max_toggled-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/menu-active.svg create mode 100644 button-themes/svg/Adwaita-dark/menu-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/menu_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/menu_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/shade-active.svg create mode 100644 button-themes/svg/Adwaita-dark/shade-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/shade_hover-active.svg create mode 100644 button-themes/svg/Adwaita-dark/shade_hover-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/shade_toggled-active.svg create mode 100644 button-themes/svg/Adwaita-dark/shade_toggled-inactive.svg create mode 100644 button-themes/svg/Adwaita-dark/shade_toggled_hover-inactive.svg diff --git a/button-themes/svg/Adwaita-dark/close-active.svg b/button-themes/svg/Adwaita-dark/close-active.svg new file mode 100644 index 0000000..fda297e --- /dev/null +++ b/button-themes/svg/Adwaita-dark/close-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/close-inactive.svg b/button-themes/svg/Adwaita-dark/close-inactive.svg new file mode 100644 index 0000000..576438c --- /dev/null +++ b/button-themes/svg/Adwaita-dark/close-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/close_hover-active.svg b/button-themes/svg/Adwaita-dark/close_hover-active.svg new file mode 100644 index 0000000..9c5e49d --- /dev/null +++ b/button-themes/svg/Adwaita-dark/close_hover-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/close_hover-inactive.svg b/button-themes/svg/Adwaita-dark/close_hover-inactive.svg new file mode 100644 index 0000000..10221db --- /dev/null +++ b/button-themes/svg/Adwaita-dark/close_hover-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/desk-active.svg b/button-themes/svg/Adwaita-dark/desk-active.svg new file mode 100644 index 0000000..90edc6b --- /dev/null +++ b/button-themes/svg/Adwaita-dark/desk-active.svg @@ -0,0 +1,85 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/desk-inactive.svg b/button-themes/svg/Adwaita-dark/desk-inactive.svg new file mode 100644 index 0000000..5feba52 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/desk-inactive.svg @@ -0,0 +1,85 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/desk_hover-active.svg b/button-themes/svg/Adwaita-dark/desk_hover-active.svg new file mode 100644 index 0000000..0cac69b --- /dev/null +++ b/button-themes/svg/Adwaita-dark/desk_hover-active.svg @@ -0,0 +1,85 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/desk_hover-inactive.svg b/button-themes/svg/Adwaita-dark/desk_hover-inactive.svg new file mode 100644 index 0000000..dcc8641 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/desk_hover-inactive.svg @@ -0,0 +1,85 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/desk_toggled-active.svg b/button-themes/svg/Adwaita-dark/desk_toggled-active.svg new file mode 100644 index 0000000..36cee40 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/desk_toggled-active.svg @@ -0,0 +1,80 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/desk_toggled-inactive.svg b/button-themes/svg/Adwaita-dark/desk_toggled-inactive.svg new file mode 100644 index 0000000..5e7aa2a --- /dev/null +++ b/button-themes/svg/Adwaita-dark/desk_toggled-inactive.svg @@ -0,0 +1,80 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/desk_toggled_hover-active.svg b/button-themes/svg/Adwaita-dark/desk_toggled_hover-active.svg new file mode 100644 index 0000000..2ba9a38 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/desk_toggled_hover-active.svg @@ -0,0 +1,80 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/desk_toggled_hover-inactive.svg b/button-themes/svg/Adwaita-dark/desk_toggled_hover-inactive.svg new file mode 100644 index 0000000..42bc8fe --- /dev/null +++ b/button-themes/svg/Adwaita-dark/desk_toggled_hover-inactive.svg @@ -0,0 +1,80 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/iconify-active.svg b/button-themes/svg/Adwaita-dark/iconify-active.svg new file mode 100644 index 0000000..4d779ea --- /dev/null +++ b/button-themes/svg/Adwaita-dark/iconify-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/iconify-inactive.svg b/button-themes/svg/Adwaita-dark/iconify-inactive.svg new file mode 100644 index 0000000..1248cc8 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/iconify-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/iconify_hover-active.svg b/button-themes/svg/Adwaita-dark/iconify_hover-active.svg new file mode 100644 index 0000000..5119391 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/iconify_hover-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/iconify_hover-inactive.svg b/button-themes/svg/Adwaita-dark/iconify_hover-inactive.svg new file mode 100644 index 0000000..5cdc993 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/iconify_hover-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/max-active.svg b/button-themes/svg/Adwaita-dark/max-active.svg new file mode 100644 index 0000000..9a2a7c3 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/max-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/max-inactive.svg b/button-themes/svg/Adwaita-dark/max-inactive.svg new file mode 100644 index 0000000..bcdea84 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/max-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/max_hover-active.svg b/button-themes/svg/Adwaita-dark/max_hover-active.svg new file mode 100644 index 0000000..b3a85a1 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/max_hover-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/max_hover-inactive.svg b/button-themes/svg/Adwaita-dark/max_hover-inactive.svg new file mode 100644 index 0000000..bc231af --- /dev/null +++ b/button-themes/svg/Adwaita-dark/max_hover-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/max_toggled-active.svg b/button-themes/svg/Adwaita-dark/max_toggled-active.svg new file mode 100644 index 0000000..34d5054 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/max_toggled-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/max_toggled-inactive.svg b/button-themes/svg/Adwaita-dark/max_toggled-inactive.svg new file mode 100644 index 0000000..9e0c6ea --- /dev/null +++ b/button-themes/svg/Adwaita-dark/max_toggled-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/menu-active.svg b/button-themes/svg/Adwaita-dark/menu-active.svg new file mode 100644 index 0000000..1d7d1e8 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/menu-active.svg @@ -0,0 +1,62 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/menu-inactive.svg b/button-themes/svg/Adwaita-dark/menu-inactive.svg new file mode 100644 index 0000000..788efae --- /dev/null +++ b/button-themes/svg/Adwaita-dark/menu-inactive.svg @@ -0,0 +1,62 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/menu_hover-active.svg b/button-themes/svg/Adwaita-dark/menu_hover-active.svg new file mode 100644 index 0000000..9370f0f --- /dev/null +++ b/button-themes/svg/Adwaita-dark/menu_hover-active.svg @@ -0,0 +1,69 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/menu_hover-inactive.svg b/button-themes/svg/Adwaita-dark/menu_hover-inactive.svg new file mode 100644 index 0000000..2a94587 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/menu_hover-inactive.svg @@ -0,0 +1,62 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/shade-active.svg b/button-themes/svg/Adwaita-dark/shade-active.svg new file mode 100644 index 0000000..d8db014 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/shade-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/shade-inactive.svg b/button-themes/svg/Adwaita-dark/shade-inactive.svg new file mode 100644 index 0000000..aad6452 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/shade-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/shade_hover-active.svg b/button-themes/svg/Adwaita-dark/shade_hover-active.svg new file mode 100644 index 0000000..c6884f5 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/shade_hover-active.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/shade_hover-inactive.svg b/button-themes/svg/Adwaita-dark/shade_hover-inactive.svg new file mode 100644 index 0000000..d4b7a46 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/shade_hover-inactive.svg @@ -0,0 +1,68 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/shade_toggled-active.svg b/button-themes/svg/Adwaita-dark/shade_toggled-active.svg new file mode 100644 index 0000000..c177d9c --- /dev/null +++ b/button-themes/svg/Adwaita-dark/shade_toggled-active.svg @@ -0,0 +1,81 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/shade_toggled-inactive.svg b/button-themes/svg/Adwaita-dark/shade_toggled-inactive.svg new file mode 100644 index 0000000..a2fb212 --- /dev/null +++ b/button-themes/svg/Adwaita-dark/shade_toggled-inactive.svg @@ -0,0 +1,81 @@ + + + + diff --git a/button-themes/svg/Adwaita-dark/shade_toggled_hover-inactive.svg b/button-themes/svg/Adwaita-dark/shade_toggled_hover-inactive.svg new file mode 100644 index 0000000..4f3194b --- /dev/null +++ b/button-themes/svg/Adwaita-dark/shade_toggled_hover-inactive.svg @@ -0,0 +1,81 @@ + + + +